aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-07-06 08:38:28 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2023-07-06 08:38:28 -0400
commitf3774678ff815b99d06c3c4185353d035b6ed12f (patch)
tree62b65dd009adcf1759f82e0f81301aed407cfa63 /Makefile
parentrename static-ip-map to static-ip-map.txt (diff)
downloadfirejail-f3774678ff815b99d06c3c4185353d035b6ed12f.tar.gz
firejail-f3774678ff815b99d06c3c4185353d035b6ed12f.tar.zst
firejail-f3774678ff815b99d06c3c4185353d035b6ed12f.zip
compress static ip map for fnettrace at compile time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d1d81566..35bd9dc44 100644
--- a/Makefile
+++ b/Makefile
@@ -160,6 +160,7 @@ clean:
160 rm -f $(SECCOMP_FILTERS) 160 rm -f $(SECCOMP_FILTERS)
161 rm -f $(MANPAGES) $(MANPAGES:%=%.gz) firejail*.rpm 161 rm -f $(MANPAGES) $(MANPAGES:%=%.gz) firejail*.rpm
162 rm -f $(SYNTAX_FILES) 162 rm -f $(SYNTAX_FILES)
163 rm -f src/fnettrace/static-ip-map
163 rm -f test/utils/index.html* 164 rm -f test/utils/index.html*
164 rm -f test/utils/wget-log 165 rm -f test/utils/wget-log
165 rm -f test/utils/firejail-test-file* 166 rm -f test/utils/firejail-test-file*