Hotfix for broken install target in Makefile
Some checks failed
Basic checks / Basic build-and-test supertask (push) Failing after 52s
Some checks failed
Basic checks / Basic build-and-test supertask (push) Failing after 52s
I didn't check that it also *installs* all of it's components! That's what I get for not having a list of package contents... although I'd probably just end up missing something there instead.
This commit is contained in:
2
Makefile
2
Makefile
@@ -76,6 +76,8 @@ full-clean: clean
|
||||
# output into the web root. Only supports the "bundle-able" mode.
|
||||
install: web
|
||||
install -dm0755 $(DESTDIR)
|
||||
install -dm0755 $(DESTDIR)/assets
|
||||
install -m0644 out/asteroids.js $(DESTDIR)/
|
||||
install -m0644 out/asteroids_bg.wasm.gz $(DESTDIR)/
|
||||
install -m0644 out/asteroids.html $(DESTDIR)/
|
||||
install -m0644 $(ASSETS) $(DESTDIR)/assets/
|
||||
|
||||
Reference in New Issue
Block a user