Don't raise errors on cleaning

This commit is contained in:
Cédric Pasteur 2011-11-21 10:55:39 +01:00
parent 2110b8a75f
commit 76fb488f8e

View file

@ -22,4 +22,4 @@ install: all
(cd c/; $(INSTALL) $(C_OBJ) $(INSTALL_LIBDIR)/$(C_DIR))
clean:
rm *.epci
rm -f *.epci