##// END OF EJS Templates
added re-run option to LFR filter random ram init test.
added re-run option to LFR filter random ram init test.

File last commit:

r651:bc7dd8a54a19 default
r680:45edea4f35b8 default
Show More
Makefile
10 lines | 143 B | text/x-makefile | MakefileLexer
SUBDIRS := $(shell find ./ -maxdepth 1 -mindepth 1 -type d)
all :
.PHONY: force
%:
-for d in $(SUBDIRS); do (cd $$d; $(MAKE) $@ ); done