Makefile add filter/indent to clean - lchat - A line oriented chat front end fo… | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 94abdbb1a44779559d211c5c25de9f16cb16919b | |
parent dc379ae7fa5c10ac69d0681d6ef2aa3020ea982e | |
Author: Jan Klemkow <[email protected]> | |
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(-) | |
--- | |
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 |