Merge pull request #377 from jbarbier/buildbot

Fix the Makefile, rule=hack to make it work on Windows
This commit is contained in:
Solomon Hykes 2013-04-09 20:53:29 -07:00
commit cb68662b9b
1 changed files with 1 additions and 1 deletions

View File

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