Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexferl committed Oct 21, 2022
1 parent e910430 commit ce0667c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: dev test cover tidy fmt pre-commit
.PHONY: dev test cover cover-html tidy fmt pre-commit

.DEFAULT: help
help:
Expand All @@ -8,6 +8,8 @@ help:
@echo " run go test"
@echo "make cover"
@echo " run go test with -cover"
@echo "make cover"
@echo " run go test with -cover and show HTML"
@echo "make tidy"
@echo " run go mod tidy"
@echo "make fmt"
Expand Down

0 comments on commit ce0667c

Please sign in to comment.