1 2all: 3 4CFLAGS += -I . 5 6# pipe.o: pipe.c 7# $(CC) $(CFLAGS) -c pipe.c -o pipe.o 8 9clean: 10 echo "Done."