mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
doc/Makefile: updated with new darkfid rpc files naming scheme
This commit is contained in:
@@ -22,7 +22,7 @@ $(DARKFID_JSONRPC):
|
|||||||
./build_jsonrpc.py ../bin/darkfid/src/rpc/mod.rs >> $@
|
./build_jsonrpc.py ../bin/darkfid/src/rpc/mod.rs >> $@
|
||||||
for i in blockchain stratum tx xmr; do \
|
for i in blockchain stratum tx xmr; do \
|
||||||
echo "## $$i methods" >> $@ ;\
|
echo "## $$i methods" >> $@ ;\
|
||||||
./build_jsonrpc.py ../bin/darkfid/src/rpc/rpc_$$i.rs >> $@ ;\
|
./build_jsonrpc.py ../bin/darkfid/src/rpc/$$i.rs >> $@ ;\
|
||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user