From 98e412748b9f4b6cdb27079860df1f093702d1a7 Mon Sep 17 00:00:00 2001 From: louisabraham Date: Fri, 17 Aug 2018 13:53:44 +0200 Subject: [PATCH] add clean target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1e43fb0..9fdbf6e 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,8 @@ flake8: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics +clean: + rm -rf ffpass.egg-info build dist + doc: pandoc README.md -o README.rst \ No newline at end of file -- 2.52.0