mirror of
https://github.com/He4eT/DotDashPit.git
synced 2026-05-05 01:47:22 +00:00
es3: add polyfills and scripts
This commit is contained in:
parent
4da7646bb4
commit
e11a3fc4e5
3 changed files with 46 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -38,4 +38,10 @@ import_cover:
|
|||
${tic_cli} \
|
||||
'load ${game_src} & import screen ${cover_src} & exit'
|
||||
|
||||
build_es3:
|
||||
npm run build
|
||||
./polyfills/inject.sh
|
||||
@make release
|
||||
git restore ${game_src}
|
||||
|
||||
# vim: set ts=4 sw=4 autoindent noexpandtab:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue