Fix: install "asteroids.html" not "boids.html"

Yay for copying code around!
This commit is contained in:
2025-11-15 15:16:02 -06:00
parent 97e0313c23
commit 3639122e54

View File

@@ -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