makefile verändert

This commit is contained in:
Alexei Keller 2025-12-11 11:55:13 +01:00
parent 44434a8c67
commit 7127fe6d3f

View File

@ -39,6 +39,7 @@ unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c
$(CC) $(FLAGS) -I$(unityfolder) $^ -o $@
# --------------------------
# Clean
# --------------------------