cast simplification, fixes, compiles to the end (no indirect)
[ia32rtools.git] / tools / Makefile
... / ...
CommitLineData
1CFLAGS += -Wall -ggdb
2ifndef DEBUG
3CFLAGS += -O2
4endif
5
6T = asmproc cmpmrg_text mkbridge translate
7
8all: $(T)
9
10clean:
11 $(RM) $(T) *.o
12
13translate: translate.o
14mkbridge: mkbridge.o
15mkbridge.o translate.o: protoparse.h my_assert.h my_str.h