Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[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 = -r:Mono.CodeContracts.dll -r:System.dll
8
9 include ../../build/executable.make