Prepare tool_helper

This commit is contained in:
2022-09-13 20:49:02 +02:00
parent d872de3f46
commit cdb9a8a2b7
3 changed files with 73 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ 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
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out -o "Planschbecken.cpp"
always: ;