1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-26 10:21:30 +00:00

nes updates; new build script; fixed kbd shortcuts

This commit is contained in:
Steven Hugg
2019-04-05 08:58:26 -04:00
parent 4fc52a11f2
commit 810d0af58b
14 changed files with 89 additions and 81 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
TSC=./node_modules/typescript/bin/tsc
all: src/cpu/z80fast.js
all:
$(TSC)
cd jsnes && npm i
z80: src/cpu/z80fast.js
src/cpu/z80.js: src/cpu/z80.coffee
coffee -c $<