From 10e1a85fb8d89d65c6954deb5f4dfa668aa755d2 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 26 Feb 2014 16:25:56 +0400 Subject: [PATCH] Install gom first. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 89682665..5f61831a 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ all: test check system-test prepare: mkdir -p $(BINPATH) + go get github.com/mattn/gom gom $(GOM_ENVIRONMENT) install coverage.out: