Merge pull request #2819 from BrzVlad/fix-major-log
[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 LIB_REFS = System Mono.Cecil
9
10 include ../../build/executable.make