aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-07-22 12:40:06 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2019-07-22 12:40:06 -0400
commitbd808ce27737fa51c8a94614866a57084e1ffd91 (patch)
tree6c9d32735d5a127cc1b9659583c2c4538ae25ed3 /Makefile.in
parentUpdate syscalls.txt (diff)
downloadfirejail-bd808ce27737fa51c8a94614866a57084e1ffd91.tar.gz
firejail-bd808ce27737fa51c8a94614866a57084e1ffd91.tar.zst
firejail-bd808ce27737fa51c8a94614866a57084e1ffd91.zip
snap cleanup - #2865
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 9d21419bc..fa805ee37 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,12 +217,6 @@ deb: dist
217deb-apparmor: dist 217deb-apparmor: dist
218 ./mkdeb-apparmor.sh $(NAME) $(VERSION) 218 ./mkdeb-apparmor.sh $(NAME) $(VERSION)
219 219
220snap: all
221 cd platform/snap; ./snap.sh
222
223install-snap: snap
224 sudo snap remove faudit; sudo snap install faudit*.snap
225
226test-compile: dist 220test-compile: dist
227 cd test/compile; ./compile.sh $(NAME)-$(VERSION) 221 cd test/compile; ./compile.sh $(NAME)-$(VERSION)
228 222