remove unused using
[mcs.git] / tools / culevel / Makefile
blobcd0d44614c643485738bad614a524fbefff38859
1 thisdir = tools/culevel
2 SUBDIRS =
3 include ../../build/rules.make
5 LOCAL_MCS_FLAGS =
6 PROGRAM = $(topdir)/class/lib/$(PROFILE)/culevel.exe
8 CLEAN_FILES = culevel.exe culevel.exe.mdb
10 ifeq (net_2_0_bootstrap, $(PROFILE))
11 all-local: $(topdir)/class/lib/$(PROFILE)/culevel.exe
12 endif
14 include ../../build/executable.make