diff options
author | raylu <raylu@mixpanel.com> | 2011-08-07 18:48:51 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-07 18:48:51 -0700 |
commit | c5856a0d115cb46760a359d45a3a734fc1d51b52 (patch) | |
tree | f3cccc20d5f4793490ccc9208de7524896edd6a0 /Makefile | |
parent | f61e03f7f43536adce71c5783536aa67f63f029d (diff) | |
download | audioaxis-c5856a0d115cb46760a359d45a3a734fc1d51b52.tar.xz |
move (reorder) and move updates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |