X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2FMakefile;fp=tools%2FMakefile;h=583776794896746927534194d13d1ee11917a202;hb=840257f63a876b6c74176a460cc96bab844e6a19;hp=21ef2eaa9d3bf328d91e207301a0e0138009e71a;hpb=54e763a16268bc6f85e2d53814412901211e06d1;p=ia32rtools.git diff --git a/tools/Makefile b/tools/Makefile index 21ef2ea..5837767 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,4 +8,8 @@ T = asmproc cmpmrg_text mkbridge translate all: $(T) clean: - $(RM) $(T) + $(RM) $(T) *.o + +translate: translate.o +mkbridge: mkbridge.o +mkbridge.o translate.o: protoparse.h my_assert.h my_str.h