5 lines
55 B
Makefile
5 lines
55 B
Makefile
if BUILD_LUA
|
|
subdirs = lua
|
|
endif
|
|
|
|
SUBDIRS = $(subdirs)
|