7 lines
176 B
Makefile
7 lines
176 B
Makefile
export PATH := $(HOME)/.cargo/bin/:$(PATH)
|
|
|
|
test_cpp_out: always
|
|
@cargo build --manifest-path ../cpp_out/Cargo.toml --release
|
|
@./../cpp_out/target/release/cpp_out
|
|
|
|
always: ; |