From a1b61d3949581f4d65b0d32a33d98ba9c193dc2a Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Tue, 28 Nov 2023 14:21:40 +0300 Subject: [PATCH] [#55] Makefile: Add config.yml to NEF dependencies It can affects manifest, so recompilation is needed. Signed-off-by: Evgenii Stratonikov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34ff0f1..e6e6a51 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ nns_sc = nns all_sc = $(alphabet_sc) $(morph_sc) $(mainnet_sc) $(nns_sc) define sc_template -$(2)$(1)/$(1)_contract.nef: $(2)$(1)/$(1)_contract.go +$(2)$(1)/$(1)_contract.nef: $(2)$(1)/$(1)_contract.go $(2)$(1)/config.yml $(NEOGO) contract compile -i $(2)$(1) -c $(if $(2),$(2),$(1)/)config.yml -m $(2)$(1)/config.json -o $(2)$(1)/$(1)_contract.nef $(if $(2),$(2)$(1)/$(1)_contract.go: alphabet/alphabet.go alphabet/alphabet.tpl