13 lines
198 B
Makefile
13 lines
198 B
Makefile
thisdir = tools/lc
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = System System.Core
|
|
PROGRAM = lc.exe
|
|
|
|
CLEAN_FILES = lc.exe lc.exe.mdb
|
|
|
|
include ../../build/executable.make
|
|
|