apparmor/tests/stress/Makefile
Steve Beattie 7496fad27f
tests: fix make clean target
Make the tests/stress 'make clean' target cope with the rename from
subdomain to apparmor.

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
2018-11-16 14:16:07 -08:00

7 lines
106 B
Makefile

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