##// END OF EJS Templates
Renamed LFR-EQM-WFS_MS project to SOLO_LFR_LFR-EQM
Renamed LFR-EQM-WFS_MS project to SOLO_LFR_LFR-EQM

File last commit:

r651:bc7dd8a54a19 default
r670:b68575ae3d3b 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