Remove Godeps/_workspace on `make clean`

I thought this was in the main PR.  My bad.
pull/6/head
Tim Hockin 2016-05-11 08:07:04 -07:00
parent ff339c77cf
commit ddf5437b61
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ test_e2e_node:
clean:
build/make-clean.sh
rm -rf $(OUT_DIR)
rm -rf Godeps/_workspace # Just until we are sure it is gone
.PHONY: clean
# Run 'go vet'.