aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-08-14 21:20:39 +0300
committerkartofen <mladenovnasko0@gmail.com>2023-08-14 21:20:39 +0300
commita7bb8ace49f5725e0f92336ab5af28b4c8900aff (patch)
tree5d00d7a5d159e9702b46c23542fffc09e591c271 /Makefile
parentf83187a830deff27ce0cdd4c175ffe2785461685 (diff)
parser done
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cbcaeb..cf10bc1 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,4 @@ analyze: clean
make
leak: lispy
- valgrind -s --leak-check=full $(BIND)/lispy
+ valgrind -s --leak-check=full --show-leak-kinds=all $(BIND)/lispy