5 lines
63 B
Makefile
5 lines
63 B
Makefile
|
|
|
|
strangebug: strangebug.c Makefile
|
|
gcc -Wall $< -lSDL2 -o $@
|