Selaa lähdekoodia

doc/Makefile: updated with new darkfid rpc files naming scheme

skoupidi 7 kuukautta sitten
vanhempi
sitoutus
5607d2adac
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

@@ -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: