diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-21 15:43:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-21 15:45:24 +0300 |
commit | 59f7c64d248149aad773761b73f27c91fbae2962 (patch) | |
tree | 4027195ad547cdf4f75d0e4d812950d5a44edda9 /android | |
parent | fa3a32a8dad94378c46e98bc46ae5216959f7bdd (diff) |
Add clean target
Change-Id: Iacbca078aafd44f1da254b6c8ca5be1a2cb29a88
Diffstat (limited to 'android')
-rw-r--r-- | android/sdremote/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile index 9b5638079eb1..5cdf8eedb9c2 100644 --- a/android/sdremote/Makefile +++ b/android/sdremote/Makefile @@ -14,4 +14,7 @@ all: cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar ../abs-lib/libs $(ANT) debug +clean: + $(ANT) clean + # vim: set noet sw=4 ts=4: |