From a68ae322aa37bffa7b35f76e243ef95ca783d04e Mon Sep 17 00:00:00 2001 From: Shai Nagar Date: Wed, 16 Jun 2021 11:59:25 +0300 Subject: [PATCH] fixed makefile rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2afff45..d5222a1 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ PID := $(GOBUILD)/.$(PROJECTNAME).pid # Make is verbose in Linux. Make it silent. MAKEFLAGS += --silent -default: install lint format test compile +default: install lint format test build install: go-get