refactor!: remove autoupdate (kadabra)

This commit is contained in:
2025-10-19 15:42:56 +02:00
parent fcb3167394
commit 964ed834ee
9 changed files with 220 additions and 276 deletions

View File

@ -12,8 +12,7 @@ LINGUAS := $(basename $(POFILES))
export GOPRIVATE=coopcloud.tech
# NOTE(d1): default `make` optimised for Abra hacking
all: format check build-abra test
all: format check build
run:
@go run -gcflags=$(GCFLAGS) -ldflags=$(LDFLAGS) $(ABRA)