From 2700d257d8087e2249fb8fe02b945b59c430e64a Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Fri, 12 Jul 2024 14:13:52 -0600 Subject: [PATCH] makefile: make fixup Format and run cargo clippy. A common task I do. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9fbe0998..3449a034 100644 --- a/Makefile +++ b/Makefile @@ -76,3 +76,7 @@ dist: fmt: cargo fmt cd webapp && npm run fmt + +fixup: + $(MAKE) fmt + cargo clippy --fix --allow-dirty