summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 204adccf9..939d3f939 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ deno: msg.pb.go $(GO_FILES)
go build -o deno
assets.go: dist/main.js
- cp node_modules/typescript/lib/lib.d.ts dist/
+ cp node_modules/typescript/lib/lib.*d.ts dist/
cp deno.d.ts dist/
go-bindata -pkg main -o assets.go dist/