From 0f08cbcc65e04ac0f91a98931d108b10b6a3ae1b Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sun, 22 Oct 2023 11:54:21 +0200 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 332982d..8d072df 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ WINDRES ?= windres LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -CFLAGS = -std=c99 -O2 -march=i486 +CFLAGS = -std=c99 -O2 LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32 FILES = src/IDirect3D/IDirect3D.c \