aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-11 09:07:20 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-11 09:07:20 +0530
commit3a9ddbd90fdb349cc451d6fef8219e2487e942c3 (patch)
tree9ef1226a2cd8f8c6cb94f1acf8537505939b3ce1 /Makefile
parentf6ff9ae4aaf9bc60e07abfee70ff27b102e17558 (diff)
downloadnnn-3a9ddbd90fdb349cc451d6fef8219e2487e942c3.tar.gz
Add batchrename to readme, minor Makefile change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e4ed94a..097655a 100644
--- a/Makefile
+++ b/Makefile
@@ -127,8 +127,7 @@ upload-local: sign static
--upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz
clean:
- $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig \
- $(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz
+ $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz
skip: ;