welcome - welcome - a terminal program which always greets you

git clone git://git.bcharge.de/welcome.git

About | Log | Files | Refs | License

commit 249ba952aa6e8a678552f69240848581dbc05f23
parent 899d7115ca91dd98ba24a92d2e8764dbb0be1408
Author: Bakar Chargeishvili <bakar@bcharge.de>
Date:   Wed, 18 Dec 2024 17:52:52 +0100

ncurses->curses

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -9,7 +9,7 @@ PREFIX = /usr/local # includes and libs INCS = -I$(PREFIX)/include -LIBS = -L$(PREFIX)/lib -lncurses -l curl -l pthread +LIBS = -L$(PREFIX)/lib -lcurses -l curl -lpthread # flags CFLAGS = -pedantic -Wall -Os $(INCS)