0
0
forked from toolshed/abra

chore: makefile default runs more common tasks

This commit is contained in:
2021-12-31 17:11:54 +01:00
parent c4f344b50a
commit 87851d26f7

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)