Missed a file in Frank's patch
This commit is contained in:
parent
d78c4ac3ee
commit
4a9eaa4c6e
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue