fsfe-website/Makefile
2008-03-20 23:01:31 +00:00

9 lines
152 B
Makefile

SUBDIRS := $(shell find */* -name "Makefile" | xargs --max-args=1 dirname)
.PHONY: subdirs $(SUBDIRS)
subdirs: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@