aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index e85c8752c..c061e0c7a 100644
--- a/Makefile
+++ b/Makefile
@@ -175,17 +175,6 @@ clean:
175 rm -f $(SECCOMP_FILTERS) 175 rm -f $(SECCOMP_FILTERS)
176 rm -f $(SYNTAX_FILES) 176 rm -f $(SYNTAX_FILES)
177 rm -f firejail*.rpm 177 rm -f firejail*.rpm
178 rm -f src/fnettrace/static-ip-map
179 rm -fr test/environment/-testdir
180 rm -f test/environment/index.html*
181 rm -f test/environment/logfile*
182 rm -f test/environment/wget-log*
183 rm -f test/sysutils/firejail_t*
184 rm -f test/utils/firejail-test-file*
185 rm -f test/utils/index.html*
186 rm -f test/utils/lstesting
187 rm -f test/utils/wget-log
188 cd test/compile; ./compile.sh --clean; cd ../..
189 178
190.PHONY: distclean 179.PHONY: distclean
191distclean: clean 180distclean: clean