summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile2
-rw-r--r--tools/ucl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index bd253e7..60a9a70 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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:
diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile
index aa07367..a555e72 100644
--- a/tools/ucl/Makefile
+++ b/tools/ucl/Makefile
@@ -19,5 +19,5 @@ src/libucl.a:
$(MAKE) -C src
clean:
- rm -f $(TARGET)
+ rm -f $(TARGET) uclpack.o
$(MAKE) -C src clean \ No newline at end of file