aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-09 22:01:24 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-09 22:01:24 +0200
commit02edf0707f2f61b86b4640a16c3f2eede7d36ffe (patch)
treed6a50febd0ae3d6cdc885b5ba94cb67f08712eaa /Makefile
parent4e7863c6aa0010c22e471a84859217e1ca8227b8 (diff)
downloadwallabag-02edf0707f2f61b86b4640a16c3f2eede7d36ffe.tar.gz
wallabag-02edf0707f2f61b86b4640a16c3f2eede7d36ffe.tar.zst
wallabag-02edf0707f2f61b86b4640a16c3f2eede7d36ffe.zip
Changed the default command when we launch make
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f7f6138d..2a749718 100755
--- a/Makefile
+++ b/Makefile
@@ -36,3 +36,5 @@ deploy: ## Deploy wallabag
36 @bundle exec cap staging deploy 36 @bundle exec cap staging deploy
37 37
38.PHONY: help clean install update build test release travis deploy 38.PHONY: help clean install update build test release travis deploy
39
40.DEFAULT_GOAL := install