Skip to content

Commit 407020f

Browse files
Ignoring exit code for clean task
1 parent f520534 commit 407020f

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)