summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-31 02:47:13 -0700
committerraylu <raylu@mixpanel.com>2011-07-31 02:47:13 -0700
commit5395b5ada15dfc417cbe789ea3297274f050892d (patch)
tree6ac4c64dcc50c29565d68e0821d0e2cdfdc6db0d /Makefile
downloadaudioaxis-5395b5ada15dfc417cbe789ea3297274f050892d.tar.xz
MySQL queries work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..47cbb29
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all: aa
+
+main.6: main.go
+ 6g main.go
+
+aa: main.6
+ 6l -o aa main.6