Skip to content

Commit

Permalink
πŸ› Fix make install won't work due to missing codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jul 14, 2022
1 parent 2f30e37 commit 0de348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ go.sum: go.mod
@echo "--> Ensure dependencies have not been modified"
go mod verify

install: go.sum $(BUILDDIR)/
install: codegen go.sum $(BUILDDIR)/
go install -mod=readonly $(BUILD_FLAGS) ./...

codegen:
Expand Down

0 comments on commit 0de348a

Please sign in to comment.