3993c6a62e
Aggiunto makefile per la compilazione su UNIX.
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"
|
|
|
|
|