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