11 lines
197 B
Makefile
11 lines
197 B
Makefile
|
thisdir = tools/mono-api-diff
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LIB_REFS = System.Xml System.Core System
|
||
|
LOCAL_MCS_FLAGS =
|
||
|
|
||
|
PROGRAM = mono-api-diff.exe
|
||
|
|
||
|
include ../../build/executable.make
|