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)