X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2FMakefile;h=583776794896746927534194d13d1ee11917a202;hb=04f8a628893df2de90a4ba91ce3ea09ab1aa56ae;hp=d2fa8562d292c0ffc5d95134c65708ade5c953a7;hpb=c36e914d6c0dd787c146395192fa14a7a2bd4218;p=ia32rtools.git diff --git a/tools/Makefile b/tools/Makefile index d2fa856..5837767 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,8 +1,15 @@ CFLAGS += -Wall -ggdb +ifndef DEBUG +CFLAGS += -O2 +endif 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