starting data converter tool
[ia32rtools.git] / tools / Makefile
index 5837767..4d61132 100644 (file)
@@ -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