8 lines
85 B
Makefile
8 lines
85 B
Makefile
|
SUBDIRS = c
|
||
|
|
||
|
if ENABLE_PYTHON
|
||
|
SUBDIRS += python
|
||
|
endif
|
||
|
|
||
|
-include $(top_srcdir)/git.mk
|