5 lines
80 B
Makefile
5 lines
80 B
Makefile
|
Tris-in-stile-c : main.c tris.h
|
||
|
gcc -std=c99 -c main.c -o "Tris in Stile C"
|
||
|
|
||
|
|