lchat

A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log | Files | Refs | README

commit 6975cdbb595dd488c0f7f6808007e9a66b020e5e
parent d6c47fddd4fe270aba327b713aaddc417d213bd6
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date:   Fri, 23 Oct 2015 23:21:58 +0200

remove lchat on clean

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

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ CFLAGS=-std=c99 -pedantic -Wall -Wextra all: lchat clean: - rm -f *.o + rm -f lchat *.o lchat: lchat.o slackline.o $(CC) -o $@ lchat.o slackline.o