Skip to content

Commit 8eac5e0

Browse files
committed
Merge pull request sqlcipher#24 from developernotes/master
Build Update
2 parents f520534 + 407020f commit 8eac5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build-java:
2323
jar -cvf sqlcipher.jar .
2424

2525
clean:
26-
rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so && \
26+
-rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so && \
2727
rm ${LIBRARY_ROOT}/armeabi/libdatabase_sqlcipher.so && \
2828
rm ${LIBRARY_ROOT}/sqlcipher.jar
2929

0 commit comments

Comments
 (0)