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