Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
chore: fix Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Jan 19, 2021
1 parent 1c24a99 commit 9e6e424
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include github.com/hamba/make/golang

generate:
go generate
@go generate
.PHONY: generate

bench:
@go test -bench=. .
.PHONY: bench

0 comments on commit 9e6e424

Please sign in to comment.