@ -1,3 +1,5 @@
.PHONY : IUT
all : IUT
IUT : main.o
@ -7,4 +9,4 @@ main.o : main.c
gcc -Wall -c -o $@ $<
clean :
rm -f IUT *.o