Aggiunto Makefile

Aggiunto makefile per la compilazione su UNIX.
This commit is contained in:
Rnhmjoj 2012-11-19 18:20:05 +01:00
parent 17aa812f23
commit 3993c6a62e

4
makefile Normal file
View File

@ -0,0 +1,4 @@
Tris-in-stile-c : main.c tris.h
gcc -std=c99 -c main.c -o "Tris in Stile C"