Changed the default command when we launch make

This commit is contained in:
Nicolas Lœuillet 2016-10-09 22:01:24 +02:00
parent 4e7863c6aa
commit 02edf0707f
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -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