From aa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Dec 2013 13:42:00 -0500 Subject: update Makefile to support go 1.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) > $@ -- cgit v1.2.3