carapace/Makefile-v3

8 lines
225 B
Plaintext
Raw Normal View History

2024-11-04 14:59:24 +01:00
all:
true
install:
mkdir -p $(DESTDIR)/usr/bin/
2024-11-04 17:37:43 +01:00
GOAMD=v3 go generate ./cmd/carapace/... && go build -ldflags=\"-s -w\" ./cmd/carapace -o $(DESTDIR)/usr/bin/carapace -buildvcs=false
2024-11-04 14:04:57 +00:00
chmod 755 $(DESTDIR)/usr/bin/carapace