From 1a9056489fda649346ef0e6906e65fece6af46c0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 6 Apr 2019 13:25:25 -0700 Subject: [PATCH] tmp-crx/ should also be cleaned up if it's left over. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59e8143ae..8ec270c7e 100644 --- a/Makefile +++ b/Makefile @@ -271,7 +271,7 @@ captchas : redirect.html $(template_deps) scp captchas.html $(meta_uploadPath) clean : - $(RMDIR) tmp testbuilds .events + $(RMDIR) tmp tmp-crx testbuilds .events $(RM) .tests_enabled cleanrel : clean