aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 24f9ca0..0a9cb22 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,7 @@ clean:
test: $(NAME)
./$(NAME) -g ./grammars/bp.bp -p Grammar ./grammars/bp.bp
-leaktest:
- make G=-ggdb O=-O0 EXTRA=-DDEBUG_HEAP clean bp
+leaktest: bp
valgrind --leak-check=full ./bp -l -g ./grammars/bp.bp -p Grammar ./grammars/bp.bp
splint: