Skip to content

Commit

Permalink
remove initial lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Feb 9, 2024
1 parent 3955703 commit f2b250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f2b250f

Please sign in to comment.