Build and run urfave-cli-genflags via its Makefile

so that `go.mod` files don't get all confused
This commit is contained in:
2022-10-09 11:25:02 -04:00
parent f64acc4404
commit 11915a875d
3 changed files with 19 additions and 3 deletions

View File

@@ -19,3 +19,7 @@ smoke-test: build
.PHONY: show-cover
show-cover:
go tool cover -func main.coverprofile
.PHONY: run
run: build
./urfave-cli-genflags