1
0
Fork 0

chore: remove empty hivemind-lite

This commit is contained in:
Arthur K. 2026-02-01 13:12:38 +03:00
parent fc31d375a2
commit 28b7993be4
Signed by: wzray
GPG key ID: B97F30FDC4636357
3 changed files with 5 additions and 15 deletions

View file

@ -1,5 +1,5 @@
all: hivemind hivemind-musl hivemind-lite
all: hivemind hivemind-musl
hivemind:
go build -o build/hivemind ./cmd/hivemind
@ -10,10 +10,4 @@ hivemind-musl:
-o build/hivemind-musl \
./cmd/hivemind
hivemind-lite:
CC=musl-gcc go build \
-ldflags="-linkmode external -extldflags '-static'" \
-o build/hivemind-lite \
./cmd/hivemind-lite
.phony: all hivemind hivemind-musl hivemind-lite
.phony: all hivemind hivemind-musl