1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

_workspace -> vendor

This commit is contained in:
gabemontero
2016-07-25 17:37:41 -04:00
parent b2bd7b2a57
commit ada1c5fff8
5997 changed files with 5 additions and 620906 deletions

View File

@@ -9,7 +9,6 @@
# release: Build release.
OUT_DIR = _output
OUT_PKG_DIR = Godeps/_workspace/pkg
export GOFLAGS
@@ -66,7 +65,7 @@ check:
# Example:
# make clean
clean:
rm -rf $(OUT_DIR) $(OUT_PKG_DIR)
rm -rf $(OUT_DIR)
.PHONY: clean
# Build the release.