Skip to content

Commit

Permalink
fixed problem where interface.json was not being generated if schemas…
Browse files Browse the repository at this point in the history
… changed
  • Loading branch information
jsoverson committed Sep 28, 2022
1 parent 6b96296 commit 2a76851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/common/Makefile.common-wellknown-false
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CODEGEN_FILES += $(INTERFACE)

SOURCE_FILES += $(SCHEMAS) $(INTERFACE)

$(INTERFACE): ${SCHEMA_DIR} ## Create an interface.json from the project's schemas
$(INTERFACE): ${SCHEMA_DIR}/* ## Create an interface.json from the project's schemas
@echo Building $@ from schemas in $(SCHEMA_DIR)
@$(CODEGEN) json interface "$(CRATE_NAME)" $(SCHEMA_DIR) -o $@ -f

Expand Down

0 comments on commit 2a76851

Please sign in to comment.