12 lines
147 B
Makefile
12 lines
147 B
Makefile
SUBDIRS = \
|
|
sj3common \
|
|
sj3compat \
|
|
sj3core \
|
|
sj3lua
|
|
|
|
if BUILDABLE_SJ3CLIENT
|
|
SUBDIRS+=sj3lib
|
|
endif
|
|
if BUILDABLE_SJ3DEMO
|
|
SUBDIRS+=sj3rkcv
|
|
endif
|