summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-24 20:19:19 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-24 20:19:19 +0100
commit645d431ba55d26c540ce63d54369dd43c5b43a2c (patch)
tree9a055e0c3bda900f7e0c1515c5e74bf68e6da8fc
parente49ed88439e03c48c369a5517beea4551ee6547b (diff)
add makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b407aac
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all:
+ go run main.go
+install:
+ go install github.com/buetow/gstat