11 lines
99 B
Makefile
11 lines
99 B
Makefile
SUBDIRS = \
|
|
sj3compat \
|
|
sj3core \
|
|
sj3lib \
|
|
sj3rkcv
|
|
|
|
if SJ3_INTERNAL_LUA
|
|
SUBDIRS += lua
|
|
endif
|
|
|
|
|