More Make and Build Tweaks

This commit is contained in:
Wayne Warthen
2021-07-27 11:40:10 -07:00
parent 2a754c8fc6
commit e2d586ca3c
3 changed files with 2 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ endif
# first target is default
#
all:: $(OBJECTS)
echo SHELL=$(SHELL)
@for dir in $(SUBDIRS) ; do \
$(MAKE) --directory $$dir all ; \
done