diff options
Diffstat (limited to 'vendor/github.com/leodido')
| -rw-r--r-- | vendor/github.com/leodido/go-urn/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/leodido/go-urn/makefile b/vendor/github.com/leodido/go-urn/makefile index 2e482fa17..d088c044e 100644 --- a/vendor/github.com/leodido/go-urn/makefile +++ b/vendor/github.com/leodido/go-urn/makefile @@ -17,7 +17,7 @@ images: docs/urn.png .PHONY: removecomments removecomments: - @go build ./tools/removecomments + @cd ./tools/removecomments; go build -o ../../removecomments ./main.go machine.go: machine.go.rl |
