Remove all possible binaries on "make clean"

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2022-07-08 14:06:29 +02:00
parent 477564bbab
commit 99fe6800b0
No known key found for this signature in database
GPG key ID: 82B29BF2507F9F8B

View file

@ -27,7 +27,7 @@ run:
clean:
go clean
rm -f ${BINARY_NAME}
rm -f ${BINARY_NAME}*
rm -f cover.out cover.html test-report.out
test: