##// END OF EJS Templates
Étiquette SOLO_LFR_01-5B (LFR-FM) ajoutée à la révision f6e57cae6ba0
Étiquette SOLO_LFR_01-5B (LFR-FM) ajoutée à la révision f6e57cae6ba0

File last commit:

r651:bc7dd8a54a19 default
r669:6e6166be9c6f 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