apparmor/tests/stress/Makefile

8 lines
104 B
Makefile
Raw Normal View History

SUBDIRS=subdomain
.PHONY: clean
clean:
for dir in $(SUBDIRS) ; do \
make clean -C $${dir} ; \
done