summaryrefslogtreecommitdiff
path: root/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'go/Makefile')
-rw-r--r--go/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/go/Makefile b/go/Makefile
new file mode 100644
index 0000000..80c6771
--- /dev/null
+++ b/go/Makefile
@@ -0,0 +1,3 @@
+%: %.go
+ go build $^
+