From 713f7440b97c70357bb507458305cb05e312f1f6 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 21 Mar 2024 11:55:43 +0100 Subject: added i_validation.c and i_validation.h to make the code a bit easier and readable. Its my preparation for when i start dividing the validation functions in to smaller pieces --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 0ba1132..252e0a1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,4 +11,4 @@ clean: smode: echo "CC input.c ---> smode" - cd .. && gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address input.c -o test/smode + cd .. && gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address input.c i_validation.c -o test/smode -- cgit v1.2.3