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 181f30538..9ef542958 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -307,6 +307,9 @@ dist:
307deb: dist 307deb: dist
308 ./mkdeb.sh $(NAME) $(VERSION) 308 ./mkdeb.sh $(NAME) $(VERSION)
309 309
310snap: all
311 cd platform/snap; ./snap.sh
312
310github-compile: 313github-compile:
311 cd test/compile; ./compile.sh 314 cd test/compile; ./compile.sh
312 315