clean and cleanall

This commit is contained in:
Artur Meski
2016-12-29 20:15:11 +01:00
parent be8b434804
commit ba8cb798e4

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
clean:
rm -rf *.pyc __pycache__
cleanall: clean
rm -rf *.log