From: louisabraham Date: Fri, 17 Aug 2018 11:53:44 +0000 (+0200) Subject: add clean target X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=98e412748b9f4b6cdb27079860df1f093702d1a7;p=gamesguru%2Fffpass.git add clean target --- 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