diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-17 09:47:09 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-17 21:19:49 -0400 |
| commit | 05672b7e240f8568c1f58eb074623aede20f13d1 (patch) | |
| tree | d639abc21b20ac1ac59ecb65b681a2cdbe5a8784 /Makefile | |
| parent | 6f9c919f410c7d97f99515ea99c8dcc434d5d26d (diff) | |
runtime.ts - first pass at caching compiler
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
