Commit ec2d9200 authored by Stefan Behnel's avatar Stefan Behnel

missing cleanup in 'make clean'

parent 8958817f
...@@ -2,6 +2,7 @@ PYTHON?=python ...@@ -2,6 +2,7 @@ PYTHON?=python
clean: clean:
@echo Cleaning Source @echo Cleaning Source
@rm -fr build
@rm -f *.pyc */*.pyc */*/*.pyc @rm -f *.pyc */*.pyc */*/*.pyc
@rm -f *~ */*~ */*/*~ @rm -f *~ */*~ */*/*~
@rm -f core */core @rm -f core */core
......
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