Creation of jaby_engine_fconv

This commit is contained in:
Jaby
2022-09-17 14:54:44 +02:00
parent 5b2cbc3d5f
commit bdfd2e1a66
6 changed files with 27 additions and 2 deletions

View File

@@ -5,4 +5,8 @@ test_cpp_out: always
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out --name Dino -o "Test_Planschbecken.cpp"
@echo "Planschbecken" | ./../cpp_out/target/release/cpp_out --name Dino -o "Test_Planschbecken.hpp"
test_jaby_engine_fconv: always
@cargo build --manifest-path ../jaby_engine_fconv/Cargo.toml --release
@./../jaby_engine_fconv/target/release/jaby_engine_fconv
always: ;