diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3254dc4 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.PHONY: run + +ALL: run + +run: main.lua + love . \ No newline at end of file