diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 68fcd4b6bc..53b1200fce 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -10,17 +10,18 @@ CFLAGS := -O -ansi -g LDFLAGS := -g CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ - generate_rocklatin mkboot ipod_fw codepages uclpack + generate_rocklatin mkboot ipod_fw codepages uclpack mi4 all: @echo "Run make in your build directory!" -scramble: scramble.o iriver.o +scramble: scramble.o iriver.o mi4.o descramble: descramble.o iriver.o scramble.o: scramble.c iriver.h descramble.o: descramble.c iriver.h iriver.o: iriver.c iriver.h +mi4.o: mi4.c mi4.h sh2d: sh2d.c |