makefile verändert

This commit is contained in:
Alexei Keller 2025-12-11 11:40:17 +01:00
parent 3b0a8a24ff
commit 6dd963c40e

View File

@ -35,8 +35,9 @@ $(program_obj_filesobj_files): %.o: %.c
# --------------------------
# Unit Tests
# --------------------------
unitTests:
echo "needs to be implemented"
unitTestsStack: stack.o test_stack.c $(unityfolder)/unity.c
$(CC) $(FLAGS) $^ -o $@
# --------------------------
# Clean