mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00

Make the tests/stress 'make clean' target cope with the rename from subdomain to apparmor. Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
7 lines
106 B
Makefile
7 lines
106 B
Makefile
SUBDIRS=apparmor
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
for dir in $(SUBDIRS) ; do \
|
|
$(MAKE) clean -C $${dir} ; \
|
|
done
|