Fix typo in OIDs corresponding to SHA256, SHA384, and SHA512 (#21707)
[mono-project.git] / mcs / tools / nunitreport / Makefile
blob3d3f647bc3c54b77ac49c284fef7d49601300748
1 thisdir = tools/nunitreport
2 SUBDIRS =
3 NO_INSTALL = 1
4 include ../../build/rules.make
6 LOCAL_MCS_FLAGS =
7 LIB_REFS = System.Xml
9 EXTRA_DISTFILES = \
10 Media/*.png \
11 Media/scripts.js \
12 Media/style.css
14 PROGRAM = nunitreport.exe
16 include ../../build/executable.make