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