Skip to content

Commit 7400d84

Browse files
Always allowing each command to run during clean up
1 parent e481923 commit 7400d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ build-java:
2727
jar -cvf sqlcipher.jar .
2828

2929
clean:
30-
-rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so && \
31-
rm ${LIBRARY_ROOT}/armeabi/libdatabase_sqlcipher.so && \
32-
rm ${LIBRARY_ROOT}/sqlcipher.jar
30+
-rm ${LIBRARY_ROOT}/armeabi/libsqlcipher_android.so
31+
-rm ${LIBRARY_ROOT}/armeabi/libdatabase_sqlcipher.so
32+
-rm ${LIBRARY_ROOT}/sqlcipher.jar
3333

3434
copy-libs:
3535
cp external/libs/armeabi/libsqlcipher_android.so \

0 commit comments

Comments
 (0)