X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2FMakefile;h=d7ed7112dba6fbaca7576ca29a44b845e9d15e6a;hb=315b77eb1daa01b075f6a08fc88a782f89d88dff;hp=583776794896746927534194d13d1ee11917a202;hpb=840257f63a876b6c74176a460cc96bab844e6a19;p=ia32rtools.git diff --git a/tools/Makefile b/tools/Makefile index 5837767..d7ed711 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 mkdef_ord all: $(T) @@ -12,4 +12,7 @@ clean: translate: translate.o mkbridge: mkbridge.o -mkbridge.o translate.o: protoparse.h my_assert.h my_str.h +cvt_data: cvt_data.o +mkdef_ord: mkdef_ord.o +mkbridge.o translate.o cvt_data.o mkdef_ord.o: \ + protoparse.h my_assert.h my_str.h