From b839e45573b77a89d72f17e6385403a825c48b64 Mon Sep 17 00:00:00 2001 From: Vladimir Bauer Date: Fri, 22 Mar 2019 19:23:50 +0300 Subject: [PATCH] undo clean section --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1752139e..1a6b8a51 100644 --- a/src/Makefile +++ b/src/Makefile @@ -140,7 +140,7 @@ dist: distclean: clean rm -f kak kak$(suffix) - find . ../doc -type f \( -name \*\\.gz -o -name \*\\.1 \) -exec rm -f '{}' + + find ../doc -type f \( -name \*\\.gz -o -name \*\\.1 \) -exec rm -f '{}' + installdirs: install -d $(bindir) \