update makefile to clear pkg to force rebuilding of our packages

pull/15/head
Mitchell Hashimoto 13 years ago
parent 8c5b695de7
commit 85f177b98a

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

Loading…
Cancel
Save