Skip to content

Commit

Permalink
Fix clean target in Makefile (#50)
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
matm authored Mar 9, 2023
1 parent 599d085 commit c774d64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
v 1.3.1
- Fix clean target in Makefile. #49
- Version the generated files and restore the go install command. #47
- Add reverse order CLI flag. #41
- Add a tiny Dockerfile showing the build instructions. #44
Expand Down
1 change: 0 additions & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ test:
@go test ./...

clean:
@find pkg -name \*_gen.go -delete
@rm -rf ${BIN} ${GENERATOR_BIN} ${BUILDDIR} ${DISTDIR}

0 comments on commit c774d64

Please sign in to comment.