CC=gcc CXX=g++ CFLAGS=-g -Wall CXXFLAGS=$(CFLAGS) all: bad-pointer stack-vs-heap cows-main clean: rm -f bad-pointer stack-vs-heap cows-main