aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-29 07:19:25 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-31 17:37:05 -0300
commit152a21f151c752721a9427012e19291384516481 (patch)
treeffe487d05e901c1159112f71ba1ca99d7273f89a /test
parentbuild: remove redundant clean commands (diff)
downloadfirejail-152a21f151c752721a9427012e19291384516481.tar.gz
firejail-152a21f151c752721a9427012e19291384516481.tar.zst
firejail-152a21f151c752721a9427012e19291384516481.zip
build: simplify clean target
Move some clean commands into more relevant makefiles.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index d7b1bac7a..2ac6e4c6f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -12,3 +12,13 @@ $(TESTS):
12.PHONY: clean 12.PHONY: clean
13clean: 13clean:
14 for test in $(TESTS); do rm -f "$$test/$$test.log"; done 14 for test in $(TESTS); do rm -f "$$test/$$test.log"; done
15 rm -fr environment/-testdir
16 rm -f environment/index.html*
17 rm -f environment/logfile*
18 rm -f environment/wget-log*
19 rm -f sysutils/firejail_t*
20 rm -f utils/firejail-test-file*
21 rm -f utils/index.html*
22 rm -f utils/lstesting
23 rm -f utils/wget-log
24 cd compile && ./compile.sh --clean