Thumbnail

rani/cscroll.git

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

commit bb041e7020fafb7e24511f1d01bc55eb98ba52a3 Author: minzique <minzique@protonmail.com> Date: Mon Jan 30 13:26:12 2023 +0000 removed cursed shit and made it work diff --git a/config.mk b/config.mk index 5e885b5..362061a 100644 --- a/config.mk +++ b/config.mk @@ -36 +34 @@ PREFIX = /usr/local  ICONS = 1  CFLAGS += -Iinclude -Wall -Wextra -pedantic -DICONS=${ICONS}   -NCURSES = ncurses`pkg-config --exists ncursesw && echo w` -TINFO = `[ "$$(uname)" = Darwin ] && echo -ltinfo` -LDFLAGS = -l${NCURSES} ${TINFO} +LDFLAGS = `pkg-config --libs-only-l ncurses`