From ceb9819d1ca50982662a00165cd90fe9519bee48 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 27 Nov 2024 00:47:49 +0000 Subject: [PATCH] Fix makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dfc53e9..90f8fc0 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man/man1 LDFLAGS != pkg-config --libs libsodium libnotify ncurses sqlite3 +LDFLAGS += -L$(PWD) INCFLAGS != pkg-config --cflags libsodium libnotify ncurses sqlite3 CFLAGS = -Os -mtune=native -march=native -pipe -s -std=c99 -Wno-pointer-sign -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS) -lpthread -lluft -L.