callgraph

runtime callgraph generator
git clone git://git.2f30.org/callgraph
Log | Files | Refs | README | LICENSE

commit b77fcc211f1305a837ec7ed8423d3cfef8a696fe
parent 73ecda2d6e67a16e786ad36a42256133ea33669a
Author: lostd <lostd@2f30.org>
Date:   Thu, 14 Nov 2013 21:46:13 +0200

Use the preferred naming scheme, more careful clean

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -LIB = callgraph.so +LIB = libcallgraph.so CC = gcc CFLAGS = -fPIC -Wall -Wextra -std=gnu99 -Wshadow -Wunreachable-code -g @@ -8,7 +8,7 @@ LDLIBS = -lc all: ${LIB} clean: - rm -f *.o ${LIB} callgraph.dot* + rm -f *.o ${LIB} .SUFFIXES: .so