From 76fb488f8ef8752c7d61090a93981b0c640076be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Pasteur?= Date: Mon, 21 Nov 2011 10:55:39 +0100 Subject: [PATCH] Don't raise errors on cleaning --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 0e822db..db5540f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -22,4 +22,4 @@ install: all (cd c/; $(INSTALL) $(C_OBJ) $(INSTALL_LIBDIR)/$(C_DIR)) clean: - rm *.epci \ No newline at end of file + rm -f *.epci \ No newline at end of file