From 08307fb84160602da12ba4d1b118c859e8a73cdb Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 21 May 2018 22:07:40 -0400 Subject: Add dispatch pub/sub --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45d402c99..86a579d66 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ TS_FILES = \ tsconfig.json \ + dispatch.ts \ main.ts \ msg.pb.d.ts \ msg.pb.js \ @@ -10,7 +11,17 @@ TS_FILES = \ util.ts \ v8_source_maps.ts -deno: assets.go msg.pb.go main.go +GO_FILES = \ + assets.go \ + deno_dir.go \ + dispatch.go \ + handlers.go \ + main.go \ + main_test.go \ + msg.pb.go \ + util.go + +deno: $(GO_FILES) go build -o deno assets.go: dist/main.js -- cgit v1.2.3