all:
	CARGO_TARGET_DIR=target cargo build
	CARGO_TARGET_DIR=target cargo build --features cli --bin nj

clean:
	CARGO_TARGET_DIR=target cargo clean