1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-02 17:45:56 +01:00

Fixed rust makefile

This commit is contained in:
Anthony Scemama 2024-11-10 13:03:53 +01:00
parent 44b81fbc8f
commit 0a153491c9

View File

@ -1,10 +1,7 @@
default: src/generated.rs
default:
cargo build
cargo test
src/generated.rs: build.py
python3 build.py
test: default
- cargo test -- --show-output