CC=gcc -g -Wall all: findfree findfree: findfree.c ${CC} -o findfree findfree.c