From e20bf82c19448aefe0a1efaf1d884876b0f794ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Schr=C3=B6der?= Date: Tue, 21 Oct 2025 11:45:37 +0200 Subject: [PATCH] Makefile angepasst --- Start_Mac/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Mac/makefile b/Start_Mac/makefile index 5e659e4..1d3b4a6 100644 --- a/Start_Mac/makefile +++ b/Start_Mac/makefile @@ -43,4 +43,4 @@ test: input.o game.o unit_tests.c $(BINARIES)/libunity.a # Clean # -------------------------- clean: - rm -f *.o wordsalad + rm -f *.o wordsalad $(TEST_BIN)