diff options
author | perpe <msperpe@googlemail.com> | 2013-09-16 17:49:39 +0200 |
---|---|---|
committer | Trent Nelson <trent.a.b.nelson@gmail.com> | 2013-10-24 18:01:45 -0400 |
commit | f6f5412c7e14f9e3adae3a2925032625ab5f3d2d (patch) | |
tree | af5e5aa7e6f8ac3436a81efb8e6d2f93e4d02263 /Makefile.in | |
parent | 7c84f33895440e2a90bce0efa8811b03f1194ff1 (diff) |
[DROID]Added make clean to Android packaging
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 77cf789abb..3fa61f8d45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -546,6 +546,9 @@ install: install-binaries install-arch install-datas apk: install make -C tools/android/packaging +apk-clean: + make -C tools/android/packaging clean + install-binaries: install-scripts @echo "Copying XBMC binary to $(DESTDIR)$(libdir)/xbmc/" @install -d $(DESTDIR)$(libdir)/xbmc |