From f2b250f13c45be8cb9bc1f2e0d057ac610eb1705 Mon Sep 17 00:00:00 2001 From: Willems Davy Date: Fri, 9 Feb 2024 11:13:52 +0100 Subject: [PATCH] remove initial lib dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 629f83d..a7baa26 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DESTDIR ?= PREFIX ?= /usr OPT_LEVEL ?= -O2 CPPFLAGS ?= -Wall -Wextra -std=c++11 `$(SDL2CONFIG) --cflags` -LDFLAGS ?= -L$(PREFIX)/lib -g +LDFLAGS ?= -g LDLIBS ?= `$(SDL2CONFIG) --libs` -lSDL2_image -lSDL2_ttf -lSDL2_mixer -lSDL2 -lSDL2_gfx -lstdc++ DEFINESADD =