mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-04 05:34:46 +00:00
8 lines
162 B
Makefile
8 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
|