Files
linux-packaging-mono/mcs/tools/compiler-tester/Makefile

12 lines
223 B
Makefile
Raw Normal View History

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