Skip to content

Commit

Permalink
Makefile: install: fix missing go generate
Browse files Browse the repository at this point in the history
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
  • Loading branch information
Adphi committed Sep 12, 2022
1 parent 72413b0 commit 43f2dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ vet:
build-dev: docker-build .build

install: docker-build
@go generate ./...
@go install -ldflags "-s -w -X '$(MODULE).Version=$(VERSION)' -X '$(MODULE).BuildDate=$(shell date)'" ./cmd/d2vm

.build:
Expand Down

0 comments on commit 43f2dd5

Please sign in to comment.