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 bd253e7584..60a9a70887 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
9CFLAGS := -O -ansi -g 9CFLAGS := -O -ansi -g
10LDFLAGS := -g 10LDFLAGS := -g
11 11
12CLEANALL := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf \ 12CLEANALL := scramble descramble iriver iaudio sh2d bmp2rb rdf2binary convbdf \
13 generate_rocklatin mkboot ipod_fw codepages uclpack 13 generate_rocklatin mkboot ipod_fw codepages uclpack
14 14
15all: 15all:
diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile
index aa0736767a..a555e727ec 100644
--- a/tools/ucl/Makefile
+++ b/tools/ucl/Makefile
@@ -19,5 +19,5 @@ src/libucl.a:
19 $(MAKE) -C src 19 $(MAKE) -C src
20 20
21clean: 21clean:
22 rm -f $(TARGET) 22 rm -f $(TARGET) uclpack.o
23 $(MAKE) -C src clean \ No newline at end of file 23 $(MAKE) -C src clean \ No newline at end of file