[#55] Makefile: Add config.yml to NEF dependencies
DCO action / DCO (pull_request) Successful in 55s Details
Tests / Tests (1.20) (pull_request) Successful in 1m17s Details
Tests / Tests (1.19) (pull_request) Successful in 1m43s Details

It can affects manifest, so recompilation is needed.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/55/head
Evgenii Stratonikov 2023-11-28 14:21:40 +03:00
parent f28d918727
commit a1b61d3949
1 changed files with 1 additions and 1 deletions

View File

@ -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