[sgen] Fix logging of major heap size with concurrent sweep
[mono.git] / mcs / tools / linker-analyzer / Makefile
1 thisdir = tools/linker-analyzer
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = linkeranalyzer.exe
6
7 LOCAL_MCS_FLAGS = /r:System.dll /r:System.Xml.dll
8
9 include ../../build/executable.make