6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
11 lines
213 B
Makefile
11 lines
213 B
Makefile
thisdir = tools/mono-api-html
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIB_REFS = System.Xml System.Core System System.Xml.Linq
|
|
LOCAL_MCS_FLAGS =
|
|
|
|
PROGRAM = mono-api-html.exe
|
|
|
|
include ../../build/executable.make
|