Files
jix/Makefile

6 lines
100 B
Makefile

windows:
gcc -g main.c -lmingw32 -lSDL2main -lSDL2 -o jix.exe
linux:
gcc -g main.c -lSDL2 -o jix