diff --git a/makefile b/makefile new file mode 100644 index 0000000..2c5194c --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +Tris-in-stile-c : main.c tris.h + gcc -std=c99 -c main.c -o "Tris in Stile C" + +