diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-03 13:42:00 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-03 13:42:00 -0500 |
commit | aa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd (patch) | |
tree | 72edbea549388bb26f77ad9eff8f132085951125 | |
parent | 999b1164a486f5140310207533a69ab3ec1f467e (diff) |
update Makefile to support go 1.2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ clean: %: %.php install -m755 $< $@ %: %.go - go build $< -o $@ + go build -o $@ $< .gitignore: Makefile printf '%s\n' '*~' $(BINFILES) > $@ |