Skip to content
Snippets Groups Projects
Commit 7e31424e authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Global: fixed make clean to remove python3 cache directory

parent 704f4357
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ PYTHON = python
all:
clean:
$(RM) -r build dist MANIFEST *.pyc
$(RM) -r build dist MANIFEST *.pyc __pycache__
distclean: clean
$(RM) doc/*.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment