1
0
Fork 0
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:
Jens Arnold 2006-03-01 23:40:55 +00:00
parent 31e29038ea
commit 0deb8c036a
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
CFLAGS := -O -ansi -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
all:

View file

@ -19,5 +19,5 @@ src/libucl.a:
$(MAKE) -C src
clean:
rm -f $(TARGET)
rm -f $(TARGET) uclpack.o
$(MAKE) -C src clean