fsfe-website/Makefile
reinhard c2800e0d67 Cosmetical changes.
svn path=/trunk/; revision=10204
2008-03-20 23:06:25 +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 $@