From 4f66632e5a5440361b9c21de06322996dd123f4c Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Thu, 10 Apr 2025 21:45:12 +1000 Subject: [PATCH] Removed non-existant doc --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e3962cb..1f9f4fd 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ site: clean go run ./cmd/gendocs/main.go ./_docs/mod/fs.md build/site/mod/fs/index.html go run ./cmd/gendocs/main.go ./_docs/mod/os.md build/site/mod/os/index.html go run ./cmd/gendocs/main.go ./_docs/mod/itrs.md build/site/mod/itrs/index.html - go run ./cmd/gendocs/main.go ./_docs/mod/lists.md build/site/mod/lists/index.html GOOS=js GOARCH=wasm go build -o build/site/playwasm.wasm ./cmd/playwasm/. site-deploy: site