flatten 20260225
This commit is contained in:
15
tjp/Make/Makefile-all
Normal file
15
tjp/Make/Makefile-all
Normal file
@@ -0,0 +1,15 @@
|
||||
###################################
|
||||
# License: Modified MIT (NON-AI)
|
||||
# Copyright 2025 Timothy Prepscius
|
||||
# See the LICENSE file in the root directory for license information.
|
||||
###################################
|
||||
|
||||
TOPTARGETS := all clean _debug _release _release_log
|
||||
|
||||
SUBDIRS := $(filter-out make.cpp/,$(dir $(wildcard */Makefile.project)))
|
||||
|
||||
$(TOPTARGETS): $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBDIRS)
|
||||
Reference in New Issue
Block a user