[System] Fixes compiler warning
[mono.git] / mcs / tools / cccheck / Makefile
1 thisdir = tools/cccheck
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 PROGRAM = cccheck.exe
6
7 LOCAL_MCS_FLAGS =
8 LIB_REFS = Mono.CodeContracts System
9
10 include ../../build/executable.make