summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-03 13:42:00 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-03 13:42:00 -0500
commitaa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd (patch)
tree72edbea549388bb26f77ad9eff8f132085951125
parent999b1164a486f5140310207533a69ab3ec1f467e (diff)
update Makefile to support go 1.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d242d1c..92f7a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ clean:
%: %.php
install -m755 $< $@
%: %.go
- go build $< -o $@
+ go build -o $@ $<
.gitignore: Makefile
printf '%s\n' '*~' $(BINFILES) > $@