make_file eingefügt

This commit is contained in:
Selina Buhlheller 2025-12-11 11:30:45 +01:00
parent 87b073c60d
commit f77279de56

View File

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