summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 939d3f939..e1df60d43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
TS_FILES = \
dispatch.ts \
+ fetch.ts \
globals.ts \
main.ts \
msg.pb.d.ts \
@@ -18,8 +19,9 @@ GO_FILES = \
assets.go \
deno_dir.go \
deno_dir_test.go \
- echo.go \
dispatch.go \
+ echo.go \
+ fetch.go \
main.go \
msg.pb.go \
os.go \