aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-29 07:17:29 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-31 17:06:39 -0300
commit4909a2add1ba6398bbeaa536e502e0ad2abce0b5 (patch)
treea488e302fa2f04605c7fa6aede75a881afca65a6 /Makefile
parenttesseract.profile: add quiet (#6173) (diff)
downloadfirejail-4909a2add1ba6398bbeaa536e502e0ad2abce0b5.tar.gz
firejail-4909a2add1ba6398bbeaa536e502e0ad2abce0b5.tar.zst
firejail-4909a2add1ba6398bbeaa536e502e0ad2abce0b5.zip
build: sort clean commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 5b9335127..7bca3c10f 100644
--- a/Makefile
+++ b/Makefile
@@ -173,20 +173,20 @@ clean:
173 $(MAKE) -C src/man clean 173 $(MAKE) -C src/man clean
174 $(MAKE) -C test clean 174 $(MAKE) -C test clean
175 rm -f $(SECCOMP_FILTERS) 175 rm -f $(SECCOMP_FILTERS)
176 rm -f firejail*.rpm
177 rm -f $(SYNTAX_FILES) 176 rm -f $(SYNTAX_FILES)
177 rm -f firejail*.rpm
178 rm -f src/fnettrace/static-ip-map 178 rm -f src/fnettrace/static-ip-map
179 rm -f test/utils/index.html*
180 rm -f test/utils/wget-log
181 rm -f test/utils/firejail-test-file*
182 rm -f test/utils/lstesting
183 rm -f test/environment/index.html*
184 rm -f test/environment/wget-log*
185 rm -fr test/environment/-testdir 179 rm -fr test/environment/-testdir
186 rm -f test/environment/logfile*
187 rm -f test/environment/index.html 180 rm -f test/environment/index.html
181 rm -f test/environment/index.html*
182 rm -f test/environment/logfile*
188 rm -f test/environment/wget-log 183 rm -f test/environment/wget-log
184 rm -f test/environment/wget-log*
189 rm -f test/sysutils/firejail_t* 185 rm -f test/sysutils/firejail_t*
186 rm -f test/utils/firejail-test-file*
187 rm -f test/utils/index.html*
188 rm -f test/utils/lstesting
189 rm -f test/utils/wget-log
190 cd test/compile; ./compile.sh --clean; cd ../.. 190 cd test/compile; ./compile.sh --clean; cd ../..
191 191
192.PHONY: distclean 192.PHONY: distclean