1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

This commit is contained in:
Julien Barbier 2013-04-09 19:07:50 -07:00
parent bbaa975ec8
commit b7cda3288e

View file

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