chore: makefile default runs more common tasks

This commit is contained in:
decentral1se 2021-12-31 17:11:54 +01:00
parent c4f344b50a
commit 87851d26f7
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -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)