mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Missed a file in Frank's patch
This commit is contained in:
parent
1cbd3b1798
commit
95748ef40d
7
test/nds-test-progs/Makefile
Normal file
7
test/nds-test-progs/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
SUBDIRS:= $(shell ls | egrep -v '^(CVS)$$')
|
||||
|
||||
all:
|
||||
for i in $(SUBDIRS); do if test -e $$i/Makefile ; then $(MAKE) -C $$i || { exit 1;} fi; done;
|
||||
|
||||
clean:
|
||||
for i in $(SUBDIRS); do if test -e $$i/Makefile ; then $(MAKE) -C $$i clean || { exit 1;} fi; done;
|
||||
Loading…
Reference in New Issue
Block a user