django/extras/Makefile

7 lines
58 B
Makefile

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