./dotnet/cs/Makefile

download original
default: hello.exe staticpoly.exe gctest.exe misc_tests.exe

%.exe: %.cs
	gmcs $< -out:$@

clean:
	rm -f *exe

  
back to cs

(C) 1998-2017 Olaf Klischat <olaf.klischat@gmail.com>