1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/extras/Makefile
Florian Apolloner ddd52b221c Removed --skip-scripts from extras/Makefile.
This is the default now, see c29f82b4cf
2014-05-16 15:45:58 +02:00

10 lines
125 B
Makefile

all: sdist bdist_wheel
sdist:
python setup.py sdist
bdist_wheel:
python setup.py bdist_wheel
.PHONY : sdist bdist_wheel