mark pure __stdcall funcs as such
[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)