Produce first output

This commit is contained in:
2022-09-13 21:35:52 +02:00
parent 4b69d678e8
commit 888a6247a9
5 changed files with 26 additions and 15 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
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out -o "Planschbecken.cpp"
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out -o "Test_Planschbecken.cpp"
always: ;