Remove Godeps/_workspace on make clean

I thought this was in the main PR.  My bad.
This commit is contained in:
Tim Hockin 2016-05-11 08:07:04 -07:00
parent ff339c77cf
commit ddf5437b61

View File

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