diff --git a/Makefile b/Makefile index f7f6138dd..2a7497182 100755 --- 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