summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-07 15:03:57 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-07 15:03:57 -0400
commit5fe5ef3d949f01ad68a3d683d6d69ffecc364fac (patch)
tree579a699d6794ad200be01113251cd07c23d6868a /Makefile
parent23ebdbace364ffc2e27403e103594c12c0002b5b (diff)
rewrite roll in Go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e505cba..6db00cb 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,8 @@ clean:
%: %.php
install -m755 $< $@
+%: %.go
+ go build $< -o $@
.gitignore: Makefile
printf '%s\n' '*~' $(BINFILES) > $@