diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4a4a024 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +run-pi: + MESA_GL_VERSION_OVERRIDE=3.0 MESA_GLSL_VERSION_OVERRIDE=330 cargo run + +clean: + cargo clean + +check: + cargo check + cargo fmt + +.phony: run-pi clean check \ No newline at end of file