From: louisabraham Date: Fri, 10 Aug 2018 09:03:56 +0000 (+0200) Subject: ud makefile X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=140bfb4b7df6ca427b99af262afcb0f7bc4f0c68;p=gamesguru%2Fffpass.git ud makefile --- diff --git a/Makefile b/Makefile index a1622c0..1e43fb0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ pypi: dist twine upload dist/* -dist: flake8 +dist: doc flake8 -rm dist/* ./setup.py sdist bdist_wheel