diff options
author | Parsa Ghadimi <me@qti3e.com> | 2018-06-04 12:08:39 +0430 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-04 09:38:39 +0200 |
commit | 1e13a62f869a0440089db226f6f1531d836695b0 (patch) | |
tree | 23e6bd50d863e3ae9308183c649de1a4c568887d | |
parent | 6e884207eecfde5fad4c48169684590b235aa096 (diff) |
Makefile: add deno.ts (#108)
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ TS_FILES = \ deno.d.ts \ + deno.ts \ dispatch.ts \ fetch.ts \ globals.ts \ |