|
@@ -13,8 +13,8 @@ PROOFS_BIN = $(PROOFS_SRC:=.bin)
|
|
|
# wasm source files
|
|
# wasm source files
|
|
|
WASM_SRC = \
|
|
WASM_SRC = \
|
|
|
$(shell find src -type f) \
|
|
$(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 contract binary
|
|
|
WASM_BIN = deployooor_contract.wasm
|
|
WASM_BIN = deployooor_contract.wasm
|