diff --git a/Makefile b/Makefile index 5d5d411..a44f702 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ lint: $(SRC) go fmt $(BIN): $(SRC) - go build -o $@ + godep go build -o $@