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: ;