From 0a153491c9345b9c2617640b616af6b093c86a0f Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sun, 10 Nov 2024 13:03:53 +0100 Subject: [PATCH] Fixed rust makefile --- rust/trexio/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rust/trexio/Makefile b/rust/trexio/Makefile index bb6fc05..f1d4f93 100644 --- a/rust/trexio/Makefile +++ b/rust/trexio/Makefile @@ -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