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