From c5856a0d115cb46760a359d45a3a734fc1d51b52 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 7 Aug 2011 18:48:51 -0700 Subject: move (reorder) and move updates --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3a5966..94e6269 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: aa -main.6: main.go updates.go - 6g main.go updates.go +main.6: main.go db.go updates.go + 6g main.go db.go updates.go aa: main.6 6l -o aa main.6 -- cgit v1.2.3