Skip to content

Commit

Permalink
make: Mark generated files as ".SECONDARY".
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Feb 7, 2024
1 parent ca797ea commit 581437a
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 @@ -166,4 +166,5 @@ dist: tarball

.NOTPARALLEL: $(EASYJSON_GO_FILES)
.PHONY: continentmap.go common vendor
.SECONDARY: $(EASYJSON_GO_FILES) $(PROTO_GO_FILES)
.DELETE_ON_ERROR:

0 comments on commit 581437a

Please sign in to comment.