aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-11 10:01:45 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-11 10:01:45 -0400
commit5bef777f30c7d5c2640486d33453b8648beb1eee (patch)
treef5cdf663f1a2ba44febaac9fb14588583fa825e8 /Makefile.in
parentsnap platform (diff)
downloadfirejail-5bef777f30c7d5c2640486d33453b8648beb1eee.tar.gz
firejail-5bef777f30c7d5c2640486d33453b8648beb1eee.tar.zst
firejail-5bef777f30c7d5c2640486d33453b8648beb1eee.zip
audit work
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9ef542958..db326d2db 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -310,6 +310,9 @@ deb: dist
310snap: all 310snap: all
311 cd platform/snap; ./snap.sh 311 cd platform/snap; ./snap.sh
312 312
313install-snap: snap
314 sudo snap remove faudit; sudo snap install faudit*.snap
315
313github-compile: 316github-compile:
314 cd test/compile; ./compile.sh 317 cd test/compile; ./compile.sh
315 318