From 511a8cec1d19486ed12c5f18ee74f52f6c0e7e06 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Thu, 12 Jan 2023 16:51:23 +1100 Subject: [PATCH] Remove .tox directory when doing clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccf3e293..3f9392c2 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ mostlyclean: rm -rf .coverage.* clean: mostlyclean - rm -rf build dist wrapt.egg-info + rm -rf build dist wrapt.egg-info .tox test : tox --skip-missing-interpreters