aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-10-11 01:04:52 +0700
committerShulhan <ms@kilabit.info>2021-10-11 01:04:52 +0700
commitef14597eac6c074ff682e082ae30a9d9c49d10a2 (patch)
treedff3d52247de54b8c20f8dbf1fcd5bd881c207aa /Makefile
parentedff37e399ea5408971f2fa1b8787bf21d3f5e6b (diff)
downloadgorankusu-ef14597eac6c074ff682e082ae30a9d9c49d10a2.tar.xz
go.mod: update to latest share and ciigo module
Changes, * share: fix the HTTP caching using ETag on the server * share: rename the terminology to generate Go source code to "embed" * ciigo: check markup modification time before converting to HTML
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e17eee9..5592998 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ run:
go run ./cmd/trunks-example
embed: tsc
- go run ./internal/generate-memfs
+ go run ./internal/memfs-embed
tsc:
tsc -p _www/tsconfig.json