diff --git a/Makefile b/Makefile index 14f372a..ac9615b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ run-debug: debug ${GOPATH}/bin/ipe --config ${GOPATH}/src/github.com/dimiro1/ipe/config.json -logtostderr=true -v=2 test: - go test github.com/dimiro1/ipe + go test github.com/dimiro1/ipe... macos: GOOS=darwin GOARCH=amd64 go install github.com/dimiro1/ipe