Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

commit fc06e0e082a302bc146f365b5ba3eca4c4c529b1 Author: minzique <minzique@protonmail.com> Date: Mon Jan 30 19:07:35 2023 +0000 more cleaner this way diff --git a/config.mk b/config.mk index ee5164f..37621ce 100644 --- a/config.mk +++ b/config.mk @@ -34 +34 @@ PREFIX = /usr/local  ICONS = 1  CFLAGS += -Iinclude -Wall -Wextra -pedantic -DICONS=${ICONS}   -LDFLAGS = `pkg-config --exists ncursesw && pkg-config --libs ncursesw || pkg-config --libs ncurses` +LDFLAGS = `pkg-config --libs ncursesw || pkg-config --libs ncurses`