about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4943dd3..d923716 100644
--- a/Makefile
+++ b/Makefile
@@ -55,3 +55,6 @@ clean:
 run: decimal-earth
 	./decimal-earth 21
 
+mem: decimal-earth
+	valgrind --leak-check=full --show-leak-kinds=all -s decimal-earth 999
+