summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-30 18:47:26 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-05-30 18:47:27 +0200
commit0162eca15fabe21a44d053ede62c5d9ef2c2c8f1 (patch)
tree2934ae9e290ba0901f6d6c1e004fc17af0e160fa /Makefile
parent4f00218d6d2bd6169b08e6c83cff52852e621985 (diff)
Allow importing of the compiled in typescript
Fixes #18.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bcc37f3c..a5c1978b9 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ deno: msg.pb.go $(GO_FILES)
go build -o deno ./cmd
assets.go: dist/main.js
- cp node_modules/typescript/lib/lib.*d.ts dist/
+ cp node_modules/typescript/lib/*d.ts dist/
cp deno.d.ts dist/
go-bindata -pkg deno -o assets.go dist/