Skip to content
Snippets Groups Projects
Commit a2ecd9ff authored by Martin Mareš's avatar Martin Mareš
Browse files

Makerules: make clean removes __pycache__

parent 4f4e722f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ all: $(SLIDES)
clean::
rm -f *.{aux,log,nav,out,snm,toc,vrb}
rm -f *.pdf
rm -rf __pycache__
upload::
rs $(SLIDES) jw:www/static/vyuka/1920/p1m/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment