mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
DAMMIT!
This commit is contained in:
parent
b6374867c1
commit
88dbd85049
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/make
|
||||||
|
|
||||||
|
SUBDIRS = source
|
||||||
|
|
||||||
|
all %:
|
||||||
|
@for dir in $(SUBDIRS); do \
|
||||||
|
$(MAKE) -C $$dir $@ || exit; \
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in a new issue