diff --git a/Makefile b/Makefile index 7d459c2..a4b9126 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors $(shell imlib2-config --cflags) -O6 -LDLIBS := -lImlib2 -lm +LDLIBS := $(shell imlib2-config --libs) PREFIX := /usr/local BINDIR := $(PREFIX)/bin MANDIR := $(PREFIX)/share/man/man1