diff --git a/Makefile b/Makefile index bcc02d13c..9c44dfbf2 100644 --- a/Makefile +++ b/Makefile @@ -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 ' where is one of"