(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / nunit20 / nunit-console / Makefile
blob0a33bca390afe330f964c27e8be887de7a204a8b
1 thisdir = nunit20/nunit-console
2 SUBDIRS =
3 include ../../build/rules.make
5 PROGRAM = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
6 LOCAL_MCS_FLAGS = /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll
7 DISTFILES = app.config App.ico nunit-console.csproj
9 include ../../build/executable.make