diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-27 01:32:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-27 01:32:09 +0700 |
| commit | fcee8c10c0dab80b29e8bab93869900f4fbfb84a (patch) | |
| tree | e2488d1387b8f2761096a77423dc288d3c2e2c80 | |
| parent | 588ebe517e2fc196392fea81d7ce8b49571349b0 (diff) | |
| download | rescached-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.
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
