11 lines
198 B
Makefile
11 lines
198 B
Makefile
thisdir = tools/ccrewrite
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
PROGRAM = ccrewrite.exe
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = Mono.CodeContracts System System.Core
|
|
|
|
include ../../build/executable.make
|