mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
Makefile: add deno.ts (#108)
This commit is contained in:
parent
6e884207ee
commit
1e13a62f86
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,5 +1,6 @@
|
||||||
TS_FILES = \
|
TS_FILES = \
|
||||||
deno.d.ts \
|
deno.d.ts \
|
||||||
|
deno.ts \
|
||||||
dispatch.ts \
|
dispatch.ts \
|
||||||
fetch.ts \
|
fetch.ts \
|
||||||
globals.ts \
|
globals.ts \
|
||||||
|
|
Loading…
Reference in a new issue