mirror of
https://github.com/django/django.git
synced 2025-07-21 10:09:14 +00:00
7 lines
58 B
Makefile
7 lines
58 B
Makefile
all: sdist
|
|
|
|
sdist:
|
|
python setup.py sdist
|
|
|
|
.PHONY : sdist
|