From 02edf0707f2f61b86b4640a16c3f2eede7d36ffe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 9 Oct 2016 22:01:24 +0200 Subject: [PATCH] Changed the default command when we launch make --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f7f6138d..2a749718 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 -- 2.41.0