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:
parent
bbaa975ec8
commit
b7cda3288e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,4 +51,4 @@ fmt:
|
||||||
@gofmt -s -l -w .
|
@gofmt -s -l -w .
|
||||||
|
|
||||||
hack:
|
hack:
|
||||||
@(cd $(CURDIR)/buildbot; vagrant up)
|
cd $(CURDIR)/buildbot && vagrant up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue