mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
util/parse: Use BigUint for encode_base10().
This commit is contained in:
3
Makefile
3
Makefile
@@ -8,10 +8,11 @@ DLTOOL = wget -nv --show-progress -O-
|
||||
#DLTOOL = curl
|
||||
|
||||
# Here it's possible to append "cashierd" and "gatewayd".
|
||||
BINS = drk darkfid
|
||||
BINS = eth drk darkfid cashierd gatewayd
|
||||
|
||||
# Dependencies which should force the binaries to be rebuilt
|
||||
BINDEPS = \
|
||||
Cargo.toml \
|
||||
$(shell find src -type f) \
|
||||
$(shell find token -type f) \
|
||||
$(shell find sql -type f)
|
||||
|
||||
Reference in New Issue
Block a user