2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00
Files
apparmor/tests/Makefile

8 lines
112 B
Makefile
Raw Normal View History

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