update makefile to clear pkg to force rebuilding of our packages

This commit is contained in:
Mitchell Hashimoto 2013-04-15 14:36:27 -07:00
parent 8c5b695de7
commit 85f177b98a

View File

@ -1,5 +1,6 @@
all:
@mkdir -p bin/
@rm -r ${GOPATH}/pkg
go get -d -v ./...
go build -v -o bin/packer