Fix: install "asteroids.html" not "boids.html"
Yay for copying code around!
This commit is contained in:
2
Makefile
2
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.
|
# Copies the index page to the output dir.
|
||||||
out/index.html: www/index.html
|
out/index.html: www/index.html
|
||||||
cp -a $< $@
|
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.
|
# Like `out/index.html`, but renames the page for use in a larger site.
|
||||||
out/asteroids.html: www/index.html
|
out/asteroids.html: www/index.html
|
||||||
|
|||||||
Reference in New Issue
Block a user