summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-17 09:47:09 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-17 21:19:49 -0400
commit05672b7e240f8568c1f58eb074623aede20f13d1 (patch)
treed639abc21b20ac1ac59ecb65b681a2cdbe5a8784 /Makefile
parent6f9c919f410c7d97f99515ea99c8dcc434d5d26d (diff)
runtime.ts - first pass at caching compiler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0fa020816..fca1c2f8f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,16 @@
TS_FILES = \
- amd.ts \
main.ts \
+ msg.pb.d.ts \
msg.pb.js \
- compiler.ts \
- msg.pb.d.ts \
- os.ts \
- util.ts
+ os.ts \
+ runtime.ts \
+ util.ts
deno: assets.go msg.pb.go main.go
go build -o deno
assets.go: dist/main.js
+ cp node_modules/typescript/lib/lib.d.ts dist/
go-bindata -pkg main -o assets.go dist/
msg.pb.go: msg.proto