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:
parazyd
2023-11-16 14:58:46 +01:00
parent 1d5f72739f
commit 25d919ea91

View File

@@ -57,7 +57,11 @@ faucetd: contracts
$(MAKE) -C bin/faucetd
darkirc:
$(MAKE) -C bin/darkirc
$(MAKE) -C bin/darkirc \
PREFIX="$(PREFIX)" \
CARGO="$(CARGO)" \
RUST_TARGET="$(RUST_TARGET)" \
RUSTFLAGS="$(RUSTFLAGS)"
genev:
$(MAKE) -C bin/genev/genev-cli