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