diff --git a/Makefile b/Makefile index fa1960f..c06c62b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +run: + cargo run + run-pi: MESA_GL_VERSION_OVERRIDE=3.0 MESA_GLSL_VERSION_OVERRIDE=330 cargo run @@ -8,8 +11,10 @@ check: cargo check cargo clippy -fix: +fmt: cargo fmt - cargo fix -.phony: run-pi clean check \ No newline at end of file +fix: fmt + cargo fix --allow-dirty --allow-staged + +.phony: run-pi clean check run fmt fix \ No newline at end of file