diff options
author | Trent Nelson <trent.a.b.nelson@gmail.com> | 2013-10-24 16:52:49 -0700 |
---|---|---|
committer | Trent Nelson <trent.a.b.nelson@gmail.com> | 2013-10-24 16:52:49 -0700 |
commit | 135ae3425f73d1a64cffba0850ca25e6761a1a28 (patch) | |
tree | 11aa816d5cc590c209b521daa66d5859088c8c42 /Makefile.in | |
parent | 929c5f1ab436c92f13fec45c554e086c79fb7fd8 (diff) | |
parent | f6f5412c7e14f9e3adae3a2925032625ab5f3d2d (diff) |
Merge pull request #3495 from t-nelson/droid-clean2
add apk-clean target
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 f4bf51661f..618ca255e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -542,6 +542,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 |