commit 033ab4a63eb19306b9af75760a162135aba31fb5
parent 55b4fe33a25fc0b293433eab3a9b423e7feade0a
Author: Sean Enck <sean@ttypty.com>
Date: Thu, 14 Jul 2022 18:40:50 -0400
go files too
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -6,7 +6,7 @@ LIBEXEC := $(DESTDIR)libexec/lockbox/
all: $(TARGETS)
-$(TARGETS): cmd/$@/* internal/*
+$(TARGETS): cmd/$@/* internal/* go.*
go build -ldflags '-X main.version=$(VERSION) -X main.libExec=$(LIBEXEC)' -trimpath -buildmode=pie -mod=readonly -modcacherw -o $@ cmd/$(shell basename $@)/main.go
check: $(TARGETS)