From d19425b9de1f68228a8724e3f807b713183b02a3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 11 Dec 2023 10:55:49 -0500 Subject: Fix 'make serve' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80e78b8..161c4e5 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ bundle: game.wasm zip strigoform.zip -r audio/*.{wav,ogg} images/*.png fonts/ js-runtime/ boot.js game.css game.wasm index.html serve: - guile web-server + guile web-server.scm -- cgit v1.2.3