These should each be run separately (not as make sysclean setup test
):
make sysclean
make setup
make test # Currently fails to find 'go' after building all deps
make test # Passes
This repo has a Makefile that does things with Go and YAMLScript (on the
go-binding
branch)
The Makefile does not require a Go installation and ignores any you have.
All Go commands must be in the Makefile:
make go-get
- Worksmake go-test
- Works but noapp_test.go
yetmake go-tidy
- Worksmake go-build
- Worksmake go-run
- Works