1
0
Fork 0
forked from len0rd/rockbox

build the convbdf tool too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2330 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-09-18 15:41:09 +00:00
parent 8dda668d10
commit d2d2ecc310

View file

@ -8,7 +8,7 @@
# #
CFLAGS := -O -s -ansi CFLAGS := -O -s -ansi
TARGETS := scramble descramble sh2d bmp2rb TARGETS := scramble descramble sh2d bmp2rb convbdf
all: $(TARGETS) all: $(TARGETS)
@ -19,7 +19,10 @@ descramble: descramble.c
sh2d: sh2d.c sh2d: sh2d.c
bmp2rb: bmp2rb.c bmp2rb: bmp2rb.c
gcc -DAPPLICATION_NAME=\"$@\" -g $+ -o $@ $(CC) -DAPPLICATION_NAME=\"$@\" -g $+ -o $@
convbdf: convbdf.c
$(CC) -g $+ -o $@
clean: clean:
rm -f $(TARGETS) $(shell for f in $(TARGETS) ; do echo $$f.exe $$f.o $$f.obj ; done) *.ajf *~ rm -f $(TARGETS) $(shell for f in $(TARGETS) ; do echo $$f.exe $$f.o $$f.obj ; done) *.ajf *~