Produce first output

This commit is contained in:
Jaby
2022-09-13 21:35:52 +02:00
parent f87fbe96e9
commit 0e38801bd5
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: ;