mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
contract: Match only .rs files for make dependencies.
This commit is contained in:
@@ -13,8 +13,8 @@ PROOFS_BIN = $(PROOFS_SRC:=.bin)
|
||||
# wasm source files
|
||||
WASM_SRC = \
|
||||
$(shell find src -type f) \
|
||||
$(shell find ../../sdk -type f) \
|
||||
$(shell find ../../serial -type f)
|
||||
$(shell find ../../sdk -type f -name '*.rs') \
|
||||
$(shell find ../../serial -type f -name '*.rs')
|
||||
|
||||
# wasm contract binary
|
||||
WASM_BIN = consensus_contract.wasm
|
||||
|
||||
@@ -13,8 +13,8 @@ PROOFS_BIN = $(PROOFS_SRC:=.bin)
|
||||
# wasm source files
|
||||
WASM_SRC = \
|
||||
$(shell find src -type f) \
|
||||
$(shell find ../../sdk -type f) \
|
||||
$(shell find ../../serial -type f)
|
||||
$(shell find ../../sdk -type f -name '*.rs') \
|
||||
$(shell find ../../serial -type f -name '*.rs')
|
||||
|
||||
# wasm contract binary
|
||||
WASM_BIN = dao_contract.wasm
|
||||
|
||||
@@ -13,8 +13,8 @@ PROOFS_BIN = $(PROOFS_SRC:=.bin)
|
||||
# wasm source files
|
||||
WASM_SRC = \
|
||||
$(shell find src -type f) \
|
||||
$(shell find ../../sdk -type f) \
|
||||
$(shell find ../../serial -type f)
|
||||
$(shell find ../../sdk -type f -name '*.rs') \
|
||||
$(shell find ../../serial -type f -name '*.rs')
|
||||
|
||||
# wasm contract binary
|
||||
WASM_BIN = deployooor_contract.wasm
|
||||
|
||||
@@ -13,8 +13,8 @@ PROOFS_BIN = $(PROOFS_SRC:=.bin)
|
||||
# wasm source files
|
||||
WASM_SRC = \
|
||||
$(shell find src -type f) \
|
||||
$(shell find ../../sdk -type f) \
|
||||
$(shell find ../../serial -type f)
|
||||
$(shell find ../../sdk -type f -name '*.rs') \
|
||||
$(shell find ../../serial -type f -name '*.rs')
|
||||
|
||||
# wasm contract binary
|
||||
WASM_BIN = money_contract.wasm
|
||||
|
||||
Reference in New Issue
Block a user