diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-24 20:19:19 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-24 20:19:19 +0100 |
| commit | 645d431ba55d26c540ce63d54369dd43c5b43a2c (patch) | |
| tree | 9a055e0c3bda900f7e0c1515c5e74bf68e6da8fc /Makefile | |
| parent | e49ed88439e03c48c369a5517beea4551ee6547b (diff) | |
add makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
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 |
