From 2f26756bb02190678838ca5e43a159cdd0b96d9e Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 24 Oct 2014 20:52:15 -0500 Subject: [PATCH] Change 'make deps' to 'make setup' to fix issues with clean checkout --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb108d7..a0156cc 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,11 @@ dev: go build @echo "You can now execute ./pgweb" -deps: - go get +setup: go get github.com/mitchellh/gox go get github.com/jteeuwen/go-bindata/... + go-bindata -debug -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/... + go get clean: rm -f ./pgweb