aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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