summaryrefslogtreecommitdiff
path: root/security/Makefile
blob: 8aa670f12ce863fe7cf03e1024df9919ca55c08d (plain)
1
2
3
4
5
6
SUBDIRS = `find -mindepth 1 -type d` 

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