From 411f2735bffc42d11a3b1b3447bbb1603e48a3eb Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 24 Aug 2025 15:46:22 -0400 Subject: move html stuff into ‘site’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f37f0ac..08d33b2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # the --target is currently necessary or firefox will return # "disallowed mime type" -bjc 7-aug-2025 build: - wasm-pack build --target web + wasm-pack build --target web --out-dir site/wasm serve: build - python -m http.server 8118 + (cd site && python -m http.server 8118) -- cgit v1.3