Skip to content

Commit

Permalink
add missing dependency of makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng committed Jul 18, 2022
1 parent 23a8c84 commit e365c9a
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 @@ -387,7 +387,7 @@ lint: ## (re)run the linter
fmt: $(BUILD)/fmt ## run goimports

# not identical to the intermediate target, but does provide the same codegen (or more).
copyright: $(BIN)/copyright ## update copyright headers
copyright: $(BIN)/copyright | $(BUILD) ## update copyright headers
$(BIN)/copyright
$Q touch $(BUILD)/copyright

Expand Down

0 comments on commit e365c9a

Please sign in to comment.