ex1 : llist.o ex1.o gcc -o ex1 llist.o ex1.o ex1.o : ex1.c llist.h gcc -c ex1.c llist.o : llist.h llist.c gcc -c llist.c