Introduction
Introduction Statistics Contact Development Disclaimer Help
remove unused lib from build. Reported by Greg Reagle. - lchat - A line orient…
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
commit 3476e0bbc8a9d8fbf5a5846f0a765163b5a2254d
parent 46b720fa3c8b3be05294b9d2baf69a2f1c8cc20d
Author: Jan Klemkow <[email protected]>
Date: Mon, 28 Dec 2015 14:26:15 +0100
remove unused lib from build. Reported by Greg Reagle.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -8,7 +8,7 @@ clean:
rm -f lchat *.o
lchat: lchat.o slackline.o
- $(CC) -o $@ lchat.o slackline.o -ltermlib
+ $(CC) -o $@ lchat.o slackline.o
lchat.o: lchat.c
$(CC) -c $(CFLAGS) -D_BSD_SOURCE -D_XOPEN_SOURCE -D_GNU_SOURCE \
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.