diff options
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 16a690d..faea49c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,17 +9,19 @@ CFLAGS := -O -ansi -g LDFLAGS := -g -TARGETS := scramble descramble sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot +TARGETS := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot all: $(TARGETS) @echo "tools done" scramble: scramble.o iriver.o descramble: descramble.o iriver.o +iaudio: iaudio.o scramble.o: scramble.c iriver.h descramble.o: descramble.c iriver.h iriver.o: iriver.c iriver.h +iaudio.o: iaudio.c sh2d: sh2d.c |