6 lines
52 B
Makefile
6 lines
52 B
Makefile
|
SUBDIRS =
|
||
|
|
||
|
if ENABLE_PYTHON
|
||
|
SUBDIRS += python
|
||
|
endif
|