Update list of denied assemblies
[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 =
9 LIB_REFS = System System.Core System.Xml
10
11 include $(topdir)/build/executable.make