Añadido Makefile

This commit is contained in:
2022-10-18 20:09:40 +02:00
parent f889faa472
commit af3b04f0ab
3 changed files with 6 additions and 9 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
executable = ascii
macos:
g++ *.cpp ./lua/*.c -lSDL2 -o $(executable)