diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-30 18:47:26 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-30 18:47:27 +0200 |
| commit | 0162eca15fabe21a44d053ede62c5d9ef2c2c8f1 (patch) | |
| tree | 2934ae9e290ba0901f6d6c1e004fc17af0e160fa /Makefile | |
| parent | 4f00218d6d2bd6169b08e6c83cff52852e621985 (diff) | |
Allow importing of the compiled in typescript
Fixes #18.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |
