darkfid: Get compiling with most of RPC functionality disabled.

This commit is contained in:
parazyd
2022-11-16 14:19:39 +01:00
parent 8078633f5c
commit 569b296c16
9 changed files with 35 additions and 52 deletions

View File

@@ -32,13 +32,13 @@ PROOFS_BIN = $(PROOFS:=.bin)
all: zkas $(PROOFS_BIN) $(BINS)
contracts: zkas
$(MAKE) -C src/contract/money
zkas: $(BINDEPS)
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) build --all-features --release --package $@
cp -f target/release/$@ $@
contracts: zkas
$(MAKE) -C src/contract/money
$(PROOFS_BIN): $(PROOFS) zkas
./zkas $(basename $@) -o $@
@@ -96,4 +96,4 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/$$i; \
done;
.PHONY: all check fix clippy rustdoc test test-tx clean cleanbin install uninstall
.PHONY: all contracts check fix clippy rustdoc test test-tx clean cleanbin install uninstall