From a269ad1f5f09573830f2344297e289921a4f4f7a Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Fri, 21 Mar 2025 10:55:56 -0400 Subject: Made batch operations thread and memory safe --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 694bf6f..e039ed5 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ lib: $(BUILD) test: dev_lib $(CC) src/test.c $(D_FLAGS) -g $(C_FLAGS) -o $(BUILD)/test.out - valgrind --leak-check=full ./$(BUILD)/test.out - valgrind --tool=helgrind ./$(BUILD)/test.out + valgrind --leak-check=full ./$(BUILD)/test.out 2> dbg + valgrind --tool=helgrind ./$(BUILD)/test.out 2>> dbg rm -rf $(BUILD) dev: dev_lib -- cgit v1.2.3