diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-09 22:01:24 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-09 22:01:24 +0200 |
commit | 02edf0707f2f61b86b4640a16c3f2eede7d36ffe (patch) | |
tree | d6a50febd0ae3d6cdc885b5ba94cb67f08712eaa | |
parent | 4e7863c6aa0010c22e471a84859217e1ca8227b8 (diff) | |
download | wallabag-02edf0707f2f61b86b4640a16c3f2eede7d36ffe.tar.gz wallabag-02edf0707f2f61b86b4640a16c3f2eede7d36ffe.tar.zst wallabag-02edf0707f2f61b86b4640a16c3f2eede7d36ffe.zip |
Changed the default command when we launch make
-rwxr-xr-x | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||