chore(Makefile): add convenience gen/db (#15983)

This commit is contained in:
Mathias Fredriksson
2024-12-31 15:47:47 +02:00
committed by GitHub
parent c9eb06eb97
commit 64283abaf8
+3
View File
@@ -543,6 +543,9 @@ GEN_FILES := \
gen: $(GEN_FILES)
.PHONY: gen
gen/db: $(DB_GEN_FILES)
.PHONY: gen/db
# Mark all generated files as fresh so make thinks they're up-to-date. This is
# used during releases so we don't run generation scripts.
gen/mark-fresh: