feat: add Makefile for simplified project execution

This commit is contained in:
usysrc 2024-12-01 18:49:47 +01:00
parent 6a42aa4642
commit 8750b3fe5a

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
.PHONY: run
ALL: run
run: main.lua
love .