Produce first output

This commit is contained in:
Jaby
2022-09-13 21:35:52 +02:00
committed by Jaby
parent c693a950a3
commit 694d0a29ac
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: ;