Commit ddf5437b authored by Tim Hockin's avatar Tim Hockin

Remove Godeps/_workspace on `make clean`

I thought this was in the main PR. My bad.
parent ff339c77
......@@ -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'.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment