87b7f48453
Checking in a fix for Norman Vine Added helprules and help.sh for a long-winded help message if you 'make help'.
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
|
|
default : $(DIRS)
|
|
@for f in $(DIRS); do cd $$f; $(MAKE) $@ || exit 1; cd ..; done
|
|
|
|
$(RECURSIVE_TARGETS) : $(DIRS)
|
|
@for f in $(DIRS); do cd $$f; $(MAKE) $@ || exit 1; cd ..; done
|