We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599d085 commit c774d64Copy full SHA for c774d64
CHANGELOG.md
@@ -1,4 +1,5 @@
1
v 1.3.1
2
+ - Fix clean target in Makefile. #49
3
- Version the generated files and restore the go install command. #47
4
- Add reverse order CLI flag. #41
5
- Add a tiny Dockerfile showing the build instructions. #44
build.mk
@@ -80,5 +80,4 @@ test:
80
@go test ./...
81
82
clean:
83
- @find pkg -name \*_gen.go -delete
84
@rm -rf ${BIN} ${GENERATOR_BIN} ${BUILDDIR} ${DISTDIR}
0 commit comments