Change name of variable

This commit is contained in:
2022-09-17 14:31:20 +02:00
parent 640f220b98
commit db897e0f3d
3 changed files with 18 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 "Test_Planschbecken.cpp"
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out --name Dino -o "Test_Planschbecken.cpp"
always: ;