0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-21 04:13:47 +02:00

Recognize subdirectories as make targets.

This commit is contained in:
Jason Volk 2016-07-24 16:15:07 -07:00
parent 78ad65f386
commit 9951e63d56

View file

@ -18,6 +18,9 @@ SUBDIRS += tools
SUBDIRS += help
SUBDIRS += doc
.PHONY: subdirs $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
mrproper-local:
rm -f aclocal.m4