mirror of
https://github.com/jazzband/django-axes.git
synced 2026-04-06 16:21:02 +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 .
|