From 35a03cd7d6bc25d9eeba555900d8e5d462d943e2 Mon Sep 17 00:00:00 2001 From: Zane van Iperen Date: Mon, 19 Apr 2021 00:43:30 +1000 Subject: Makefile: don't rm the downloaded zip on clean As it's in git. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3