12 lines
223 B
Makefile
12 lines
223 B
Makefile
thisdir = tools/compiler-tester
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
PROGRAM = compiler-tester.exe
|
|
NO_INSTALL = yes
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = System System.Core System.Xml
|
|
|
|
include $(topdir)/build/executable.make
|