1
0
Fork 0
forked from len0rd/rockbox

support to build the lngdump tool

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-08-10 22:06:58 +00:00
parent 3dabc565d9
commit 39dfd68e2f

View file

@ -10,7 +10,8 @@ CFLAGS := -O -ansi -g
LDFLAGS := -g
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
lngdump
all:
@echo "Run make in your build directory!"
@ -35,6 +36,9 @@ rdf2binary: rdf2binary.c
mkboot: mkboot.c
$(SILENT)$(CC) -g $+ -o $@
lngdump: lngdump.c
$(SILENT)$(CC) -g $+ -o $@
ipod_fw: ipod_fw.c
$(SILENT)$(CC) -g $+ -o $@