CFLAGS=-O2 -ansi CXX=gcc all : regexp.exe regexp.exe : ${CXX} ${CFLAGS} -o regexp.exe *.c clean : rm -f *.exe