summaryrefslogtreecommitdiff
path: root/frameworks/Makefile
blob: 6c9a28a963e34e89d44f94c7f602499d64f240db (plain)
1
2
3
4
5
6
SUBDIRS = middleware gui

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