aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2021-04-19 00:43:30 +1000
committerZane van Iperen <zane@zanevaniperen.com>2021-04-20 23:05:23 +1000
commit35a03cd7d6bc25d9eeba555900d8e5d462d943e2 (patch)
treec9c81bacfccfec9b028e437736f924b2d4dcf8e0
parentffce89ff5ce84ef2baa28c468db2c06a2d3a2df9 (diff)
downloadopenrussian-cli-35a03cd7d6bc25d9eeba555900d8e5d462d943e2.tar.gz
Makefile: don't rm the downloaded zip on clean
As it's in git.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cc99a3..7a6082a 100644
--- a/Makefile
+++ b/Makefile
@@ -50,4 +50,4 @@ install : openrussian openrussian-sqlite3.db \
mandb
clean:
- $(RM) openrussian openrussian-sql.zip openrussian-sqlite3.db
+ $(RM) openrussian openrussian-sqlite3.db