From a43125701c21bec5fcc325626566451a0b3ec584 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 7 Oct 2023 10:32:42 +0200 Subject: [PATCH] test: optimise default make target for abra hacking [ci skip] --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1266111..54cb2b51 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ DIST_LDFLAGS := $(LDFLAGS)" -s -w" export GOPRIVATE=coopcloud.tech -all: format check build test +# NOTE(d1): default `make` optimised for Abra hacking +all: format check build-abra test run-abra: @go run -ldflags=$(LDFLAGS) $(ABRA)