From e2d64fe4685cafec3aac6cb00eb53839dfb0cd07 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Thu, 27 Mar 2014 12:41:03 +0400 Subject: [PATCH] Use godeps to compile Forego --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@