summaryrefslogtreecommitdiff
path: root/application-devel/Makefile
blob: ec07f9b02623b0456cb69a0074027123df9d0033 (plain)
1
2
3
4
5
6
SUBDIRS = app-debugging compile-tools devel-best-practices devel-environment embedded-devel cross-devel

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