svn path=/trunk/mcs/; revision=104772
[mono.git] / mcs / tools / nunitreport / Makefile
1 thisdir = tools/nunitreport
2 SUBDIRS = 
3 NO_INSTALL = 1
4 include ../../build/rules.make
5
6 EXTRA_DISTFILES = \
7         Media/*.png             \
8         Media/scripts.js        \
9         Media/style.css
10
11 PROGRAM = nunitreport.exe
12
13 include ../../build/executable.make
14