From 1ed03a34448689735b942fc0bd589fbbad417e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Schr=C3=B6der?= Date: Tue, 21 Oct 2025 11:24:14 +0200 Subject: [PATCH] Windows Makefile korrigiert --- Start_Windows/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/makefile b/Start_Windows/makefile index 2529cce..72cccb7 100644 --- a/Start_Windows/makefile +++ b/Start_Windows/makefile @@ -22,7 +22,7 @@ main.o: main.c $(CC) -c $(CFLAGS) main.c input.o: input.c - $(CC) -c $(CFLAGS)input.c + $(CC) -c $(CFLAGS) input.c game.o: game.c $(CC) -c $(CFLAGS) game.c