django/extras/Makefile

10 lines
125 B
Makefile
Raw Normal View History

all: sdist bdist_wheel
sdist:
python setup.py sdist
bdist_wheel:
2013-10-26 02:05:02 +08:00
python setup.py bdist_wheel
.PHONY : sdist bdist_wheel