diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-23 18:29:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-24 19:20:11 +0200 |
commit | 6f18ccfcd6a13ccaaceaf777a9b025c766bed176 (patch) | |
tree | 35122be6834fbf17127171a6446670614dcc6191 /sal | |
parent | 2ebe5c9e8adafd51285a3e38e109631ed8f9cf3d (diff) |
Add "clean" target
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/android/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/android/Makefile b/sal/osl/android/Makefile index 660126ce8802..a22ddfca3ef9 100644 --- a/sal/osl/android/Makefile +++ b/sal/osl/android/Makefile @@ -114,3 +114,6 @@ run: install # # This doesn't work yet adb shell am start -n org.libreoffice.android/.Bootstrap -e lo-main-library libunoexe -e lo-main-cmdline "-ro /assets/lib/uno_services.rdb -ro /assets/lib/uno_types.rdb -s com.sun.star.test.bridge.BridgeTest -- com.sun.star.test.bridge.CppTestObject" -e lo-main-delay 2 + +clean: + rm -rf bin assets |