2023-11-07 05:04:30 -05:00

7 lines
113 B
Makefile

# any directories which should be built and installed.
SUBDIRS = d
if HAVE_PYTHON
SUBDIRS += python
endif