From a0ff1937bd0b1d228e9e8220344e7f61b4a97942 Mon Sep 17 00:00:00 2001 From: Hofmann Jonas Date: Tue, 28 Oct 2025 11:19:27 +0100 Subject: [PATCH] makefile geupdated --- Start_Windows/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Windows/makefile b/Start_Windows/makefile index a4d5a54..7f72676 100644 --- a/Start_Windows/makefile +++ b/Start_Windows/makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -g -Wall -I$(raylibfolder) +CFLAGS = -g -Wall LDFLAGS = -lopengl32 -lgdi32 -lwinmm BINARIES = ./windows