X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2FMakefile;h=4d61132bd8ac6dd1c0bbcc08e2c75a9288e1b455;hb=054f95b2d6d035e4ea49601072f5b3d3d162a491;hp=583776794896746927534194d13d1ee11917a202;hpb=46411e6ce8749031ba7b19b9fd20c2a8c6968b22;p=ia32rtools.git diff --git a/tools/Makefile b/tools/Makefile index 5837767..4d61132 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,7 +3,7 @@ ifndef DEBUG CFLAGS += -O2 endif -T = asmproc cmpmrg_text mkbridge translate +T = asmproc cmpmrg_text mkbridge translate cvt_data all: $(T) @@ -12,4 +12,5 @@ clean: translate: translate.o mkbridge: mkbridge.o -mkbridge.o translate.o: protoparse.h my_assert.h my_str.h +cvt_data: cvt_data.o +mkbridge.o translate.o cvt_data.o: protoparse.h my_assert.h my_str.h