CC= gcc CFLAGS= -Wall EXEC = pop all: ${EXEC} clean: rm -f ${EXEC} *.o *~