CFLAGS := -O0 -pg -Wall -Werror
LDFLAGS := -pg -no-pie

gprof_test: gprof_test.o

clean:
	rm -f gprof_test *.o gmon.out gprof.out
