aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-27 01:32:09 +0700
committerShulhan <ms@kilabit.info>2025-06-27 01:32:09 +0700
commitfcee8c10c0dab80b29e8bab93869900f4fbfb84a (patch)
treee2488d1387b8f2761096a77423dc288d3c2e2c80 /Makefile
parent588ebe517e2fc196392fea81d7ce8b49571349b0 (diff)
downloadrescached-fcee8c10c0dab80b29e8bab93869900f4fbfb84a.tar.xz
Makefile: do not run "embed" when building rescached
The embed command should be run once when the assets file in _www changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08c5bbc..2b05bf9 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,6 @@ resolver:
rescached: LD_FLAGS+=-X 'git.sr.ht/~shulhan/rescached.Version=$(VERSION)'
rescached:
mkdir -p _bin/$(GOOS)_$(GOARCH)
- go run ./cmd/rescached embed
go build $(DEBUG) -ldflags="$(LD_FLAGS)" -o _bin/$(GOOS)_$(GOARCH)/ ./cmd/rescached