diff --git a/Makefile b/Makefile index 78d7842..f98497b 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ lint: fix: format @echo "Fixing $(NAME)" @cargo fix --allow-staged + @make lint run: @echo "Running debug"