mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
Makefile: Pass target variables to inner darkirc Makefile.
This should be done for other bins as well when not lazy.
This commit is contained in:
6
Makefile
6
Makefile
@@ -57,7 +57,11 @@ faucetd: contracts
|
|||||||
$(MAKE) -C bin/faucetd
|
$(MAKE) -C bin/faucetd
|
||||||
|
|
||||||
darkirc:
|
darkirc:
|
||||||
$(MAKE) -C bin/darkirc
|
$(MAKE) -C bin/darkirc \
|
||||||
|
PREFIX="$(PREFIX)" \
|
||||||
|
CARGO="$(CARGO)" \
|
||||||
|
RUST_TARGET="$(RUST_TARGET)" \
|
||||||
|
RUSTFLAGS="$(RUSTFLAGS)"
|
||||||
|
|
||||||
genev:
|
genev:
|
||||||
$(MAKE) -C bin/genev/genev-cli
|
$(MAKE) -C bin/genev/genev-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user