diff --git a/Makefile b/Makefile
index bc9c701be66252a80555f451d6bc80f289e53362..a59934ecd2658aa0c59c40a036f373cfd2cc65b6 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ gx:
 	go get -u github.com/whyrusleeping/gx-go
 
 deps: gx
-	gx install --global
+	gx --verbose install --global
 
 # saves/vendors third-party dependencies to Godeps/_workspace
 # -r flag rewrites import paths to use the vendored path