mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
Recognize subdirectories as make targets.
This commit is contained in:
parent
78ad65f386
commit
9951e63d56
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ SUBDIRS += tools
|
|||
SUBDIRS += help
|
||||
SUBDIRS += doc
|
||||
|
||||
.PHONY: subdirs $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@
|
||||
|
||||
mrproper-local:
|
||||
rm -f aclocal.m4
|
||||
|
|
Loading…
Reference in a new issue