From 8f85f1a74cb9f8796638a00c5b78541d027b9845 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 6 Aug 2011 19:55:57 -0700 Subject: other users' adds will show up; temp crappy internet fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47cbb29..b3a5966 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: aa -main.6: main.go - 6g main.go +main.6: main.go updates.go + 6g main.go updates.go aa: main.6 6l -o aa main.6 -- cgit v1.2.3