d77c8ab6f73644033b12e156f2e7b0e1beadcf8c
[mono.git] / mcs / tools / lc / Makefile
1 thisdir = tools/lc
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.dll -r:System.Core.dll
6 PROGRAM = lc.exe
7
8 CLEAN_FILES = lc.exe lc.exe.mdb
9
10 include ../../build/executable.make
11