newtree/Makefile
Joseph Carter 88dbd85049 DAMMIT!
2000-05-13 02:59:24 +00:00

9 lines
111 B
Makefile

#!/usr/bin/make
SUBDIRS = source
all %:
@for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@ || exit; \
done