1
0
Fork 0
forked from len0rd/rockbox

build bdf2ajf with debug option

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2236 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-09-09 13:12:51 +00:00
parent 1c792601f7
commit 7c57db5560

View file

@ -19,7 +19,7 @@ descramble: descramble.c
sh2d: sh2d.c
bdf2ajf: bdf2ajf.c
gcc -O -ansi $+ -o $@
gcc -g -ansi $+ -o $@
bmp2rb: bmp2rb.c
gcc -DAPPLICATION_NAME=\"$@\" -g $+ -o $@