Merge pull request #2698 from esdrubal/iosxmlarray
[mono.git] / mcs / tools / cil-strip / Makefile
1 thisdir = tools/cil-strip
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.dll
6
7 PROGRAM = mono-cil-strip.exe
8
9 include ../../build/executable.make