Files
ascii/Makefile

4 lines
71 B
Makefile

executable = ascii
macos:
g++ *.cpp ./lua/*.c -lSDL2 -o $(executable)