From 5ee0f97dc65899f7874a4dc589a9a8c22a46578e Mon Sep 17 00:00:00 2001 From: Alexei Date: Thu, 11 Dec 2025 11:42:46 +0100 Subject: [PATCH] test 1 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4247620..6beb20a 100644 --- a/makefile +++ b/makefile @@ -36,7 +36,7 @@ $(program_obj_filesobj_files): %.o: %.c # Unit Tests # -------------------------- unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c - $(CC) $(FLAGS) $^ -o $@ + $(CC) $(FLAGS) $^ -o $@ $(unityfolder)/unity.c # --------------------------