From 7c25208a585aae133928087af3399e78e5701160 Mon Sep 17 00:00:00 2001 From: Anja Freudenreich Date: Fri, 10 Oct 2025 12:33:43 +0000 Subject: [PATCH] Typo korrigiert --- Start_Windows/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/makefile b/Start_Windows/makefile index 508c336..146a8c6 100644 --- a/Start_Windows/makefile +++ b/Start_Windows/makefile @@ -29,7 +29,7 @@ game.o: game.c $(CC) -c $(CFLAGS) game.c graphicalGame.o: graphicalGame.c - $(CC) -I$(raylibfolder) -c $(CFLAGS) graphicalGame.c + $(CC) -I$(raylib_folder) -c $(CFLAGS) graphicalGame.c # -------------------------- # Unit Tests