aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Grayson Koonce <grayson.koonce@gmail.com> 2016-09-30 15:34:03 -0700
committerGravatar GitHub <noreply@github.com> 2016-09-30 15:34:03 -0700
commitcba441714f357b9b25d5c0cacbfb2e376bbbe679 (patch)
tree2db58d65d94946f0c5ed6b07162bdcb648a255ca /Makefile
parent4754d5ec7e5d162585f2ebdb259132330e9fdf55 (diff)
downloadsally-cba441714f357b9b25d5c0cacbfb2e376bbbe679.tar.gz
sally-cba441714f357b9b25d5c0cacbfb2e376bbbe679.tar.zst
sally-cba441714f357b9b25d5c0cacbfb2e376bbbe679.zip
Starting point (#1)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d548cd7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+.PHONY: install
+install:
+ glide --version || go get github.com/Masterminds/glide
+ glide install
+ go get -u github.com/jteeuwen/go-bindata/...
+
+
+.PHONY: run
+run:
+ go generate && go build && ./sally