From 51692a582543f0182dc335df3fe89a5a08b293e6 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 21 May 2018 23:00:36 -0400 Subject: Organize modules: timers, os --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86a579d66..613930781 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,11 @@ GO_FILES = \ assets.go \ deno_dir.go \ dispatch.go \ - handlers.go \ main.go \ main_test.go \ msg.pb.go \ + os.go \ + timers.go \ util.go deno: $(GO_FILES) -- cgit v1.2.3