Android: remove rockbox.apk when doing 'make clean'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29564 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d833e78fac
commit
0b92c0fa26
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ clean::
|
||||||
*.wav *.mp3 *.voice $(CLEANOBJS) \
|
*.wav *.mp3 *.voice $(CLEANOBJS) \
|
||||||
$(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \
|
$(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \
|
||||||
make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \
|
make.dep rombox.elf rombox.map rombox.bin rombox.ucl romstart.txt \
|
||||||
$(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK)
|
$(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) \
|
||||||
|
rockbox.apk
|
||||||
|
|
||||||
#### linking the binaries: ####
|
#### linking the binaries: ####
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue