##// END OF EJS Templates
Nop
Nop

File last commit:

r651:bc7dd8a54a19 default
r677:0fe5660f948f 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