make updatedeps updates the core deps too

This commit is contained in:
Mitchell Hashimoto 2013-09-22 09:55:01 -07:00
parent 3f4c9a500e
commit 3eb744249f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ deps:
updatedeps:
@echo "$(OK_COLOR)==> Updating all dependencies$(NO_COLOR)"
@go get -d -v -u ./...
@echo $(DEPS) | xargs -n1 go get -d -u
clean: