remove lchat on clean - lchat - A line oriented chat front end for ii.
HTML git clone git://git.suckless.org/lchat
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 6975cdbb595dd488c0f7f6808007e9a66b020e5e
DIR parent d6c47fddd4fe270aba327b713aaddc417d213bd6
HTML Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Fri, 23 Oct 2015 23:21:58 +0200
remove lchat on clean
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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