tris-in-stile-c/makefile

5 lines
80 B
Makefile
Raw Normal View History

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