diff options
-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 | ||