]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Changed the default command when we launch make
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 9 Oct 2016 20:01:24 +0000 (22:01 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 9 Oct 2016 20:01:24 +0000 (22:01 +0200)
Makefile

index f7f6138dd593f843147f3d3a0ab72d6b6ad7170f..2a74971828c9883eb1948af9449e95d85070b548 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -36,3 +36,5 @@ deploy: ## Deploy wallabag
        @bundle exec cap staging deploy
 
 .PHONY: help clean install update build test release travis deploy
+
+.DEFAULT_GOAL := install