5 lines
54 B
Makefile
5 lines
54 B
Makefile
|
SUBDIRS = src
|
||
|
if ENABLE_DEMOS
|
||
|
SUBDIRS += demo
|
||
|
endif
|