diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 + |