summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-07 18:48:51 -0700
committerraylu <raylu@mixpanel.com>2011-08-07 18:48:51 -0700
commitc5856a0d115cb46760a359d45a3a734fc1d51b52 (patch)
treef3cccc20d5f4793490ccc9208de7524896edd6a0 /Makefile
parentf61e03f7f43536adce71c5783536aa67f63f029d (diff)
downloadaudioaxis-c5856a0d115cb46760a359d45a3a734fc1d51b52.tar.xz
move (reorder) and move updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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