summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) > $@