From 6f1afa1bc892e44bcf0bd64b15c8bd6dd0f6a56d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 22 Nov 2017 13:27:04 -0500 Subject: [PATCH] update makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7eaae99..f80b2cc 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,6 @@ worker: compile ../../../../bin/herald-worker compile: - go install ./... \ No newline at end of file + go install ./... +deps: + dep ensure