Fix the Makefile, rule=hack to make it work on Windows

Upstream-commit: b7cda3288ed857e4e2155846090b17a2d8fccdbf
Component: engine
This commit is contained in:
Julien Barbier
2013-04-09 19:07:50 -07:00
parent 263f9f8591
commit 05a22d6527

View File

@ -51,4 +51,4 @@ fmt:
@gofmt -s -l -w .
hack:
@(cd $(CURDIR)/buildbot; vagrant up)
cd $(CURDIR)/buildbot && vagrant up