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