Skip to content

Commit

Permalink
Update makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx0624 committed Jul 6, 2023
1 parent 7469a19 commit 0983a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ecs-agent/daemonimages/csidriver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ build-csi-driver: bin/csi-driver
test:
go test -v -race -tags unit -timeout=60s ./...

# please include this `mockgen` into PATH
bin/mockgen:
.PHONY: get-deps
get-deps:
go install github.com/golang/mock/mockgen@v1.6.0

.PHONY: mockgen
mockgen: bin/mockgen
mockgen:
./update-gomock

.PHONY: clean
Expand Down

0 comments on commit 0983a83

Please sign in to comment.