From d2d2ecc310614e70d813779582b2079fcbfca35f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 18 Sep 2002 15:41:09 +0000 Subject: build the convbdf tool too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2330 a1c6a512-1295-4272-9138-f99709370657 --- tools/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 5102261e6d..dd6cc0cfd7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,7 +8,7 @@ # CFLAGS := -O -s -ansi -TARGETS := scramble descramble sh2d bmp2rb +TARGETS := scramble descramble sh2d bmp2rb convbdf all: $(TARGETS) @@ -19,7 +19,10 @@ descramble: descramble.c sh2d: sh2d.c bmp2rb: bmp2rb.c - gcc -DAPPLICATION_NAME=\"$@\" -g $+ -o $@ + $(CC) -DAPPLICATION_NAME=\"$@\" -g $+ -o $@ + +convbdf: convbdf.c + $(CC) -g $+ -o $@ clean: rm -f $(TARGETS) $(shell for f in $(TARGETS) ; do echo $$f.exe $$f.o $$f.obj ; done) *.ajf *~ -- cgit v1.2.3