9b07560ab3997c9f56a23edbc71e127d02ca7a34
[mono.git] / mcs / tools / cil-stringreplacer / Makefile
1 thisdir = tools/cil-stringreplacer
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = cil-stringreplacer.exe
6 NO_INSTALL = yes
7
8 LOCAL_MCS_FLAGS = -r:System.dll -r:Mono.Cecil.dll
9
10 include ../../build/executable.make