summaryrefslogtreecommitdiff
path: root/frameworks/Makefile
blob: 72cada2e79ee8fbaddff0beb40c0db8018101654 (plain)
1
2
3
4
5
6
SUBDIRS = `ls -1` 

all clean::
	for dir in $(SUBDIRS) ; do \
		(cd $$dir && make $@); \
	done