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