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