diff --git a/Makefile b/Makefile index a8600fa86..5a474f90d 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,7 @@ clean: .PHONY: distclean distclean: clean - $(RM) -r autom4te.cache config.log config.mk config.sh config.status test/fnetfilter/outfile test/fnettrace/index.html test/chroot/unchroot test/fcopy/src/dircopy.exp + $(RM) -r autom4te.cache config.log config.mk config.sh config.status .PHONY: install install: all config.mk diff --git a/test/Makefile b/test/Makefile index 002141a3c..f8f1b974f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -18,6 +18,10 @@ clean: $(RM) environment/index.html* $(RM) environment/logfile* $(RM) environment/wget-log* + $(RM) test/chroot/unchroot + $(RM) test/fcopy/src/dircopy.exp + $(RM) test/fnetfilter/outfile + $(RM) test/fnettrace/index.html $(RM) utils/firejail-test-file* $(RM) utils/index.html* $(RM) utils/lstesting