Add package add and remove commands to Makefile

This commit is contained in:
Harshavardhana
2015-08-22 22:23:36 -07:00
parent 4d1f38d28c
commit e6a072e0ad
2 changed files with 11 additions and 3 deletions

View File

@@ -50,6 +50,12 @@ genversion:
@echo "Generating new minio version.go"
@go run genversion.go
pkg-remove:
@GO15VENDOREXPERIMENT=1 govendor remove $(PKG)
pkg-add:
@GO15VENDOREXPERIMENT=1 govendor add $(PKG)
install: gomake-all
clean: