mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -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 >> $@
|
||||
for i in blockchain stratum tx xmr; do \
|
||||
echo "## $$i methods" >> $@ ;\
|
||||
./build_jsonrpc.py ../bin/darkfid/src/rpc/rpc_$$i.rs >> $@ ;\
|
||||
./build_jsonrpc.py ../bin/darkfid/src/rpc/$$i.rs >> $@ ;\
|
||||
done
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user