Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Missed a file in Frank's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 13, 2012
1 parent 3618c50 commit 2e990c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/nds-test-progs/Makefile
@@ -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;

0 comments on commit 2e990c2

Please sign in to comment.