bfe1254ec87071b1115a67647379ec7cae800044
[mono.git] / mcs / tools / csharp / Makefile
1 thisdir = tools/csharp
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:$(topdir)/class/lib/$(PROFILE)/gmcs.exe
6
7 PROGRAM = $(topdir)/class/lib/$(PROFILE)/csharp.exe
8
9 DISTFILES = repl.txt csharp.exe.sources
10
11 CLEAN_FILES = csharp.exe *.mdb
12
13 include ../../build/executable.make