From 05672b7e240f8568c1f58eb074623aede20f13d1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 17 May 2018 09:47:09 -0400 Subject: runtime.ts - first pass at caching compiler --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3