From 3e85fcb0270c9224ab95dac02c737e6676974c8e Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 11 Jul 2024 02:56:56 +0200 Subject: Implement memset_s and improve free_secure --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 660a20f..b4ed98e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,7 +4,7 @@ CC = cc CFLAGS = -g -fsanitize=address,undefined test: FORCE - $(CC) test.c ../src/extlib.c ../src/extstring.c $(CFLAGS) -o test + $(CC) test.c ../src/extlib.c ../src/extstring.c ../src/constraint_handler.c ../src/memset_s.c $(CFLAGS) -o test ./test FORCE: ; # PHONY is a non standard extension -- cgit v1.2.3