From fb707ca4a2ae746d962458fdd4577b5fea16f4d9 Mon Sep 17 00:00:00 2001 From: AkiraNorthstar Date: Sun, 7 Oct 2018 03:07:53 +0200 Subject: Update Makefile (#324) add inx, locales and *.zip to distclean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d806509..11765025 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ dist: distclean locales inx fi distclean: - rm -rf build dist *.spec *.tar.gz + rm -rf build dist inx locales *.spec *.tar.gz *.zip .PHONY: inx inx: locales -- cgit v1.2.3