Set default makefile target

"make" runs release test
This commit is contained in:
Alex Clark 2015-06-28 14:57:51 -04:00
parent 9275c2561b
commit 7a3268d4ae

View File

@ -1,5 +1,6 @@
# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
.PHONY: clean coverage doc docserve help inplace install install-req release-test sdist test upload upload-test
.DEFAULT_GOAL := release-test
clean:
python setup.py clean