DEBUG= FLAGS=-Wall -O3 -I../include all: gcc ${FLAGS} simple.c -o simple -L.. -lmemgrep @LIBS@ clean: rm -f simple distclean: rm -f simple Makefile