build: run with no leaks

This commit is contained in:
3lswear
2022-01-07 01:02:23 +03:00
parent 4aec6d4657
commit 542252489c

View File

@@ -36,6 +36,6 @@ re:
$(MAKE) all
run: $(NAME)
./$(NAME)
ASAN_OPTIONS=detect_leaks=0 ./$(NAME)
.PHONY: all clean fclean re