Skip to content

Commit c774d64

Browse files
author
Mathias M
authored
Fix clean target in Makefile (#50)
Fixes #49
1 parent 599d085 commit c774d64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
v 1.3.1
2+
- Fix clean target in Makefile. #49
23
- Version the generated files and restore the go install command. #47
34
- Add reverse order CLI flag. #41
45
- Add a tiny Dockerfile showing the build instructions. #44

build.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,4 @@ test:
8080
@go test ./...
8181

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

0 commit comments

Comments
 (0)