diff options
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index f45c5df..4b72b4c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -11,7 +11,7 @@ LDFLAGS := -g CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \ - lngdump telechips gigabeats mktccboot + lngdump telechips gigabeats mktccboot mknkboot all: @echo "Run make in your build directory!" @@ -41,6 +41,9 @@ mkboot: mkboot.c mktccboot: mktccboot.c telechips.o $(SILENT)$(CC) -g $+ -o $@ +mknkboot: mknkboot.c + $(SILENT)$(CC) -g $+ -o $@ + lngdump: lngdump.c $(SILENT)$(CC) -g $+ -o $@ |