diff --git a/makefile b/makefile index 8f2bb9e..38bb53e 100644 --- a/makefile +++ b/makefile @@ -39,6 +39,7 @@ unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c $(CC) $(FLAGS) -I$(unityfolder) $^ -o $@ + # -------------------------- # Clean # --------------------------