From 3639122e54c3caf4fa480127fb7d0d121729f050 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Sat, 15 Nov 2025 15:16:02 -0600 Subject: [PATCH] Fix: install "asteroids.html" not "boids.html" Yay for copying code around! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 602a553..34542a9 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ out/asteroids.js out/asteroids_bg.wasm &: target/$(CARGO_TARGET)/$(CARGO_PROFILE # Copies the index page to the output dir. out/index.html: www/index.html cp -a $< $@ - rm -f out/boids.html + rm -f out/asteroids.html # Like `out/index.html`, but renames the page for use in a larger site. out/asteroids.html: www/index.html