summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c534338f..b0d9684b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build:
cargo build --release
format:
- rustfmt src/*.rs
+ git ls-files | grep '\.rs$' | xargs -P 0 rustfmt
lint:
cargo clippy