10 lines
175 B
Makefile
10 lines
175 B
Makefile
|
thisdir = tools/ccrewrite
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
PROGRAM = ccrewrite.exe
|
||
|
|
||
|
LOCAL_MCS_FLAGS = -r:Mono.CodeContracts.dll
|
||
|
|
||
|
include ../../build/executable.make
|