--- stack/Makefile 2002/02/08 01:31:07 1.3 +++ stack/Makefile 2002/02/14 22:44:49 1.4 @@ -2,3 +2,7 @@ LDFLAGS=-ldl -lmcheck -Xlinker --export-dynamic all: stack + +mtrace: all + MALLOC_TRACE=mtrace.log ./stack + mtrace stack mtrace.log