From 87851d26f7d84273f4e885d2716c146baed19345 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Fri, 31 Dec 2021 17:11:54 +0100 Subject: [PATCH] chore: makefile default runs more common tasks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06ab72f5..020130f9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LDFLAGS := "-X 'main.Commit=$(COMMIT)'" DIST_LDFLAGS := $(LDFLAGS)" -s -w" export GOPRIVATE=coopcloud.tech -all: run test install build clean format check static +all: format check static build test run: @go run -ldflags=$(LDFLAGS) $(ABRA)