CC=g++ rel: $(CC) -pedantic -Werror -Wall -O2 alloctest.cpp -o alloctest debug: $(CC) -pedantic -Werror -Wall -O2 -ggdb alloctest.cpp -o alloctest