Commit 84cf9d61 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added make clean target for removing Python bytecode files

parent 29bb1d90
.PHONY: clean
clean:
find -name \*.pyc -delete
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment