mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-29 12:30:32 +00:00
7 lines
162 B
Makefile
7 lines
162 B
Makefile
all: clean check-manifest viewdoc
|
|
clean:
|
|
if [ -e .long-description.html ]; then rm .long-description.html ; fi
|
|
check-manifest:
|
|
check-manifest
|
|
viewdoc:
|
|
viewdoc
|