0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/newtree synced 2025-03-08 17:31:07 +00:00
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