SHELL = /bin/sh .SUFFIXES: .SUFFIXES: .c .o Tris-in-stile-c : main.c tris.c tris.h gcc -std=c99 main.c tris.c -o "Tris in stile C"