mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
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:
parent
99b4da48dc
commit
e3d5306bde
4
Makefile
4
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 <target>' where <target> is one of"
|
||||
|
|
Loading…
Reference in New Issue
Block a user