TetaTricks/code/SDL2/Makefile

5 lines
63 B
Makefile

strangebug: strangebug.c Makefile
gcc -Wall $< -lSDL2 -o $@