From 10699aab3bf45425e1c5d9ef2544ab1118be526a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 20 Jun 2020 12:26:48 +0100 Subject: [PATCH] Clean the deploy directory --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fa34ae41a..45ef03d96 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ source: rm -f translations/*~ rm -f orgs/*~ rm -f scripts/*~ + rm -f deploy/*~ rm -rf __pycache__ rm -f \#* \.#* src/*~ rm -fr deb.* @@ -19,4 +20,5 @@ clean: rm -f website/EN/*~ rm -f gemini/EN/*~ rm -f scripts/*~ + rm -f deploy/*~ rm -rf __pycache__