Makefile add filter/indent to clean - lchat - A line oriented chat front end for ii.
(HTM) git clone git://git.suckless.org/lchat
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 94abdbb1a44779559d211c5c25de9f16cb16919b
(DIR) parent dc379ae7fa5c10ac69d0681d6ef2aa3020ea982e
(HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Wed, 22 Feb 2017 16:54:48 +0100
Makefile add filter/indent to clean
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -9,7 +9,7 @@ LIBS = -L/usr/local/lib -lutf
all: lchat
clean:
- rm -f lchat *.o *.core sl_test
+ rm -f lchat *.o *.core sl_test filter/indent
test: sl_test
./sl_test