all: test affiche.o: affiche.c cc -c affiche.c malloc-with-comments.o: malloc-with-comments.c cc -c malloc-with-comments.c malloc-debug.o: malloc-debug.c cc -c malloc-debug.c test: test.c malloc-with-comments.o malloc-debug.o affiche.o cc malloc-with-comments.o malloc-debug.o affiche.o test.c -o test clean: rm -f *.o test