Fully clean Python examples and test-suite

This commit is contained in:
Karl Wette 2014-05-28 23:59:46 +02:00
commit cc0738bbda
3 changed files with 10 additions and 5 deletions

View file

@ -401,7 +401,8 @@ python_clean:
rm -f core @EXTRA_CLEAN@
rm -f *.@OBJEXT@ *@SO@ *@PYTHON_SO@
rm -f $(TARGET).py
if [ -f $(RUNME).py ]; then rm -f $(RUNME)3.py $(RUNME)3.py.bak; fi
if test -f $(SRCDIR)$(RUNME).py; then rm -f $(RUNME)3.py $(RUNME)3.py.bak; fi
if test "x$(SRCDIR)" != x; then rm -f $(RUNME).py; fi
##################################################################