11 lines
153 B
Makefile
11 lines
153 B
Makefile
|
thisdir = tools/mod
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LOCAL_MCS_FLAGS = /r:monodoc.dll
|
||
|
|
||
|
PROGRAM = mod.exe
|
||
|
|
||
|
include ../../build/executable.make
|
||
|
|