1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
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-25 18:05:02 +00:00
python setup.py bdist_wheel
.PHONY : sdist bdist_wheel