From e64a4b07b24dab680641a8f86ea80d3d7440f1c1 Mon Sep 17 00:00:00 2001 From: louisabraham Date: Fri, 7 Dec 2018 15:13:53 +0100 Subject: [PATCH] more general makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fdbf6e..e48f3c1 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ flake8: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics clean: - rm -rf ffpass.egg-info build dist + rm -rf *.egg-info build dist doc: pandoc README.md -o README.rst \ No newline at end of file -- 2.52.0