diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 9569b116..4af684ea 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ termbox/libtermbox.a: termbox/*.c termbox/*.h termbox/*.inl test: mu_bin ./mu_bin test -valgrind: clang +valgrind: clang+opt valgrind --leak-check=yes -q --error-exitcode=1 ./mu_bin test clang: makefile mu.cc termbox/libtermbox.a autogenerated_lists |