summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-01-23 19:34:10 +0700
committerShulhan <ms@kilabit.info>2021-01-23 19:34:10 +0700
commit879276b22e3203251a561fb8c4d6d46af9beda74 (patch)
treeb4a4a2de4f3b0309bd2853404b1022f016528cba
parent2a1e1c368ce9c3a6105aa85192cbaa8fdcbd28bb (diff)
downloadrescached-879276b22e3203251a561fb8c4d6d46af9beda74.tar.xz
Makefile: force generate the template
The $(wildcard ...) statements seems either does not works on macOS or it does not detech updated files.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b80a87..9895431 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ test.prof:
lint:
-golangci-lint run --enable-all ./...
-memfs_generate.go: internal/generate_memfs.go $(wildcard _www/**/*)
+memfs_generate.go: .FORCE
go run ./internal/generate_memfs.go
doc: $(RESCACHED_MAN) $(RESCACHED_CFG_MAN) $(RESOLVER_MAN)