Skip to content

Commit

Permalink
fix: Delete the UML images for clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Aug 30, 2023
1 parent 0d67a91 commit f626c6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ install:
pip3 install -e .

check:
pytest
@pytest

clean:
@rm -fr docs/{apidocs,html,docbook,man} packages.png classes.png
@rm -fr /tmp/*.md /tmp*.pdf
@rm -fr docs/{apidocs,html,docbook,man} docs/packages.png docs/classes.png

uml:
cd docs && pyreverse -o png ../osm_fieldwork
Expand Down

0 comments on commit f626c6b

Please sign in to comment.