forked from len0rd/rockbox
Fix 'make clean' in tools.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
31e29038ea
commit
0deb8c036a
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
CFLAGS := -O -ansi -g
|
CFLAGS := -O -ansi -g
|
||||||
LDFLAGS := -g
|
LDFLAGS := -g
|
||||||
|
|
||||||
CLEANALL := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf \
|
CLEANALL := scramble descramble iriver iaudio sh2d bmp2rb rdf2binary convbdf \
|
||||||
generate_rocklatin mkboot ipod_fw codepages uclpack
|
generate_rocklatin mkboot ipod_fw codepages uclpack
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
|
@ -19,5 +19,5 @@ src/libucl.a:
|
||||||
$(MAKE) -C src
|
$(MAKE) -C src
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET)
|
rm -f $(TARGET) uclpack.o
|
||||||
$(MAKE) -C src clean
|
$(MAKE) -C src clean
|
Loading…
Add table
Add a link
Reference in a new issue