##// END OF EJS Templates
Fixed top LFR-FM for simulation.
Fixed top LFR-FM for simulation.

File last commit:

r651:bc7dd8a54a19 default
r685:17d0356c0267 Simu-LFR-FM
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