commit | 4e612a886f76171e89489f70cff63b65d82bf0c5 | [log] [tgz] |
---|---|---|
author | Nick Wellnhofer <wellnhofer@aevum.de> | Wed Nov 05 17:53:36 2014 +0100 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Wed Nov 05 17:53:36 2014 +0100 |
tree | c205e8663553fe2a9a946675148eabb9e9e7e196 | |
parent | db9c60cde1e999aa4b4b72f2a0b9dca408352d11 [diff] |
Add valgrind target
diff --git a/Makefile b/Makefile index aba491a..8221cac 100644 --- a/Makefile +++ b/Makefile
@@ -46,6 +46,8 @@ $(CHARMONY_H): $(PROGNAME) ./$(PROGNAME) --cc=$(CC) --enable-c +valgrind: $(PROGNAME) + valgrind --leak-check=full ./$(PROGNAME) --cc=$(CC) --enable-c $(PROGNAME): $(OBJS) $(CC) $(CFLAGS) $(OBJS) -o $(PROGNAME)