# Linuxos Makefile all: dmcs Haromszog.cs NUNITL=/usr/lib/cli/nunit.framework-2.6/nunit.framework.dll testl: dmcs -r:$(NUNITL) /t:library /out:HaromszogTeszt.dll Haromszog.cs HaromszogTeszt.cs nunit-console HaromszogTeszt.dll NUNITW=c:\Program Files\NUnit 2.6.3\bin\framework\nunit.framework.dll testw: csc -r:$(NUNITW) /t:library /out:HaromszogTeszt.dll Haromszog.cs HaromszogTeszt.cs nunit-console HaromszogTeszt.dll