mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 16:56:41 +08:00
This is the first public release of the ptrace based mtrace utility, a dynamic memory allocation debuger and analyzer.
10 lines
140 B
Bash
Executable File
10 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
make clean
|
|
make maintainer-clean
|
|
rm -rf config autom4te.cache
|
|
libtoolize -c
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing -c
|
|
autoconf
|