From ae28dbb0e6bc216bf78c0bd9d7804f57b39091d1 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 10 Dec 2024 11:46:40 -0500 Subject: [PATCH] Fixed make clean Just changed the order of things to clean up. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f9cdb2..d286605 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ docs: changelog mv ChangeLog.rst docs/changelog.rst tox -edocs -clean: clean-build clean-pyc clean-test clean-dev ## remove all build, test, coverage and Python artifacts +clean: clean-dev clean-test clean-build clean-pyc ## remove all build, test, coverage and Python artifacts clean-build: ## remove build artifacts rm -fr build/