mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 20:03:52 +00:00
Merge pull request #1259 from thockin/build
Remove Godeps build artifacts on clean
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,6 +7,7 @@
|
|||||||
# clean: Clean up.
|
# clean: Clean up.
|
||||||
|
|
||||||
OUT_DIR = _output
|
OUT_DIR = _output
|
||||||
|
GODEPS_PKG_DIR = Godeps/_workspace/pkg
|
||||||
|
|
||||||
export GOFLAGS
|
export GOFLAGS
|
||||||
|
|
||||||
@@ -48,4 +49,5 @@ check test:
|
|||||||
# make clean
|
# make clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OUT_DIR)
|
rm -rf $(OUT_DIR)
|
||||||
|
rm -rf $(GODEPS_PKG_DIR)
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user