X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2FMakefile;h=d7ed7112dba6fbaca7576ca29a44b845e9d15e6a;hb=c8fb3694c071ffe819509e01292b2a1520a70017;hp=21ef2eaa9d3bf328d91e207301a0e0138009e71a;hpb=bfa4a6ee2ef942b4eaf30eb20153ad5404bb2951;p=ia32rtools.git diff --git a/tools/Makefile b/tools/Makefile index 21ef2ea..d7ed711 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,9 +3,16 @@ ifndef DEBUG CFLAGS += -O2 endif -T = asmproc cmpmrg_text mkbridge translate +T = asmproc cmpmrg_text mkbridge translate cvt_data mkdef_ord all: $(T) clean: - $(RM) $(T) + $(RM) $(T) *.o + +translate: translate.o +mkbridge: mkbridge.o +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