tris-in-stile-c/makefile
Rnhmjoj 3993c6a62e Aggiunto Makefile
Aggiunto makefile per la compilazione su UNIX.
2012-11-19 18:20:05 +01:00

5 lines
80 B
Makefile

Tris-in-stile-c : main.c tris.h
gcc -std=c99 -c main.c -o "Tris in Stile C"