1 2 3 4 5 6
all: CARGO_TARGET_DIR=target cargo build --release CARGO_TARGET_DIR=target cargo build --release --features cli --bin nj clean: CARGO_TARGET_DIR=target cargo clean