From f3c61f2caf71f8927480ff56cea55a05397c00d3 Mon Sep 17 00:00:00 2001 From: Dmitry Demirkylych Date: Tue, 11 Jun 2024 13:00:10 +0100 Subject: [PATCH] fix: execute function, add: valgrind --- Makefile | 7 ++++++- src/execute/execute.c | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f8670a5a..1a82ffc5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: dmdemirk