Makefile angepasst

This commit is contained in:
Enrico Schroeder 2025-10-21 11:45:37 +02:00
parent 1ed03a3444
commit e20bf82c19

View File

@ -43,4 +43,4 @@ test: input.o game.o unit_tests.c $(BINARIES)/libunity.a
# Clean # Clean
# -------------------------- # --------------------------
clean: clean:
rm -f *.o wordsalad rm -f *.o wordsalad $(TEST_BIN)