CFLAGS = -Wall -std=gnu99 EXECUTABLES = p_pipe\ p_pipe_arg all : ${EXECUTABLES} clean : @rm -f core *.o *.out *~ @rm -f ${EXECUTABLES}