From b7cda3288ed857e4e2155846090b17a2d8fccdbf Mon Sep 17 00:00:00 2001 From: Julien Barbier Date: Tue, 9 Apr 2013 19:07:50 -0700 Subject: [PATCH] Fix the Makefile, rule=hack to make it work on Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94d8d44436..dea53206a6 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,4 @@ fmt: @gofmt -s -l -w . hack: - @(cd $(CURDIR)/buildbot; vagrant up) + cd $(CURDIR)/buildbot && vagrant up