1
0
mirror of https://github.com/django/django.git synced 2025-01-22 00:02:15 +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 14:05:02 -04:00
python setup.py bdist_wheel
.PHONY : sdist bdist_wheel