Skip to content

Commit

Permalink
Add 'gen' makefile target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Sep 23, 2024
1 parent baa3091 commit 6493dd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cleantidy:
fmt:
gofmt -s -w ./

gen:
@echo "make: Running Go generators..."
@go generate ./...

golangci-lint:
@golangci-lint run ./...
@cd v2/awsv1shim && golangci-lint run ./...
Expand All @@ -36,6 +40,7 @@ tools:
.PHONY: \
cleantidy \
fmt \
gen \
golangci-lint \
importlint \
lint \
Expand Down

0 comments on commit 6493dd0

Please sign in to comment.