mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
7 lines
112 B
Makefile
7 lines
112 B
Makefile
SUBDIRS=regression stress
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
for dir in $(SUBDIRS) ; do \
|
|
make clean -C $${dir} ; \
|
|
done
|