From 152a21f151c752721a9427012e19291384516481 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 29 Jul 2023 07:19:25 -0300 Subject: build: simplify clean target Move some clean commands into more relevant makefiles. --- test/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index d7b1bac7a..2ac6e4c6f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,3 +12,13 @@ $(TESTS): .PHONY: clean clean: for test in $(TESTS); do rm -f "$$test/$$test.log"; done + rm -fr environment/-testdir + rm -f environment/index.html* + rm -f environment/logfile* + rm -f environment/wget-log* + rm -f sysutils/firejail_t* + rm -f utils/firejail-test-file* + rm -f utils/index.html* + rm -f utils/lstesting + rm -f utils/wget-log + cd compile && ./compile.sh --clean -- cgit v1.2.3-70-g09d2