summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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