tp7: tp7.o liblistechaines.a gcc $^ -o $@ %.o: %.c gcc -c $^ -o $@ lib%.a: %.o ar rcs $@ $^ .PHONY: clean clean: rm -r lib*.a *.o tp7