CC=g++ CFLAGS=-g all:functions functions:functions.cpp ${CC} ${CFLAGS} -o functions functions.cpp .PHONY:clean clean: rm -f functions