mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
This patch fixes up a bit that leaked into kees' commit rev 1727
to support a top level make clean target.
This commit is contained in:
7
tests/regression/Makefile
Normal file
7
tests/regression/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
SUBDIRS=apparmor
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
for dir in $(SUBDIRS) ; do \
|
||||
make clean -C $${dir} ; \
|
||||
done
|
Reference in New Issue
Block a user