aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-15 01:41:25 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-20 05:03:47 -0300
commit5f2785290620a17c3f41f19df91ba86f28eabf16 (patch)
tree283ee28d2f9904465840679777266ca895395844 /test
parentbuild: fix hardcoded make in recursive make calls (diff)
downloadfirejail-5f2785290620a17c3f41f19df91ba86f28eabf16.tar.gz
firejail-5f2785290620a17c3f41f19df91ba86f28eabf16.tar.zst
firejail-5f2785290620a17c3f41f19df91ba86f28eabf16.zip
build: remove unnecessary distclean targets
This also fixes the duplicate execution of the "clean" targets.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 08462c09b..d7b1bac7a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -12,6 +12,3 @@ $(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
16.PHONY: distclean
17distclean: clean