aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-14 22:09:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-31 17:06:39 -0300
commit3675da93ae7e4eb9018332893e6380cbeb011a21 (patch)
tree6e41db93a385d03f4bd8aca47469cb748f00caff
parentbuild: sort clean commands (diff)
downloadfirejail-3675da93ae7e4eb9018332893e6380cbeb011a21.tar.gz
firejail-3675da93ae7e4eb9018332893e6380cbeb011a21.tar.zst
firejail-3675da93ae7e4eb9018332893e6380cbeb011a21.zip
build: remove redundant clean commands
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7bca3c10f..e85c8752c 100644
--- a/Makefile
+++ b/Makefile
@@ -177,10 +177,8 @@ clean:
177 rm -f firejail*.rpm 177 rm -f firejail*.rpm
178 rm -f src/fnettrace/static-ip-map 178 rm -f src/fnettrace/static-ip-map
179 rm -fr test/environment/-testdir 179 rm -fr test/environment/-testdir
180 rm -f test/environment/index.html
181 rm -f test/environment/index.html* 180 rm -f test/environment/index.html*
182 rm -f test/environment/logfile* 181 rm -f test/environment/logfile*
183 rm -f test/environment/wget-log
184 rm -f test/environment/wget-log* 182 rm -f test/environment/wget-log*
185 rm -f test/sysutils/firejail_t* 183 rm -f test/sysutils/firejail_t*
186 rm -f test/utils/firejail-test-file* 184 rm -f test/utils/firejail-test-file*