mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-15 11:03:12 +00:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
all: clean check-manifest pyroma viewdoc
|
|
clean:
|
|
if [ -e .long-description.html ]; then rm .long-description.html ; fi
|
|
check-manifest:
|
|
check-manifest
|
|
viewdoc:
|
|
viewdoc
|
|
pyroma:
|
|
pyroma .
|