Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / tools / compiler-tester / Makefile
1 thisdir = tools/compiler-tester
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 PROGRAM = compiler-tester.exe
6 NO_INSTALL = yes
7
8 LOCAL_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:System.Xml.dll
9
10 include $(topdir)/build/executable.make