newtree/Makefile

10 lines
111 B
Makefile
Raw Normal View History

2000-05-13 02:59:24 +00:00
#!/usr/bin/make
SUBDIRS = source
all %:
@for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@ || exit; \
done