Hello,
Trying to compile terraform so I can start to develop my own provider, and can't get make to build the project.
I'm sure to be missing a simple step.
my laptop running Win7
$ git version
git version 2.7.2.windows.1
My steps
[on Win7] launch git bash
[on Win7] cd terraform
[on Win7] vagrant up
[on Win7] vagrant ssh
[on Vagrant] make
: No such file or directory
make: *** [fmtcheck] Error 127
BUILDING.md communicator contrib examples make.bat scripts version.go
builtin config CONTRIBUTING.md flatmap Makefile state website
CHANGELOG.md config.go dag Godeps panic.go terraform
checkpoint.go config_test.go deps helper plugin test-fixtures
command config_unix.go digraph LICENSE README.md Vagrantfile
commands.go config_windows.go dot main.go rpc vendor
Thanks,
Sam