From 407020f2467db99d0bd06272d852581552b29dbb Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Mon, 7 Nov 2011 14:03:46 -0600 Subject: [PATCH] Ignoring exit code for clean task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0fa85636..15d219ec 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build-java: jar -cvf sqlcipher.jar . clean: - rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so && \ + -rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so && \ rm ${LIBRARY_ROOT}/armeabi/libdatabase_sqlcipher.so && \ rm ${LIBRARY_ROOT}/sqlcipher.jar