Skip to content

Commit

Permalink
BUILD/MINOR: small cleanup in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwer authored and mjuraga committed Dec 5, 2023
1 parent b063bf6 commit 983ec1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
PROJECT_PATH=${PWD}
PROJECT_PATH=$(shell pwd)
GOLANGCI_LINT_VERSION=1.54.1

.PHONY: generate
generate:
go install mvdan.cc/gofumpt@latest
echo ${PROJECT_PATH}
go run generate/*.go ${PROJECT_PATH}
gofumpt -l -w .
$(MAKE) format

.PHONY: format
format:
go install mvdan.cc/gofumpt@latest
gofumpt -l -w .

.PHONY: test
Expand Down

0 comments on commit 983ec1a

Please sign in to comment.