summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a20df8f39..879b10e7b 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ pylint:
@pylint --rcfile utils/pylintrc sphinx
reindent:
- @$(PYTHON) utils/reindent.py -r -n .
+ @echo "This target no longer does anything and will be removed imminently"
test:
@cd tests; $(PYTHON) run.py --ignore py35 -v $(TEST)