1
0
mirror of https://github.com/django/django.git synced 2025-07-22 10:39:13 +00:00
django/extras/Makefile

7 lines
58 B
Makefile

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