11 lines
224 B
Makefile
11 lines
224 B
Makefile
|
thisdir = tools/mono-api-html
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LIB_REFS = Mono.Cecil System.Xml System.Core System System.Xml.Linq
|
||
|
LOCAL_MCS_FLAGS =
|
||
|
|
||
|
PROGRAM = mono-api-html.exe
|
||
|
|
||
|
include ../../build/executable.make
|