Don't raise errors on cleaning
This commit is contained in:
parent
2110b8a75f
commit
76fb488f8e
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ install: all
|
|||
(cd c/; $(INSTALL) $(C_OBJ) $(INSTALL_LIBDIR)/$(C_DIR))
|
||||
|
||||
clean:
|
||||
rm *.epci
|
||||
rm -f *.epci
|
Loading…
Reference in a new issue