Clean up Makefile [ci skip]

- Alpha sort and add missing targets (though we may only need ones that are known to cause target execution issues)
This commit is contained in:
Alex Clark 2015-06-07 10:03:31 -04:00
parent 99b4da48dc
commit e3d5306bde

View File

@ -1,4 +1,6 @@
.PHONY: release-test clean install install-req test inplace coverage help docs livedocs
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
# XXX Do we need all these phony targets?
.PHONY: clean coverage docs docserver help inplace install install-req release-test sdist test upload upload-test
help:
@echo "Please use \`make <target>' where <target> is one of"