1 2 3 4 5 6 7 8 9 10
.PHONY: run.cs run.exe: run.cs @mcs $+ clean: @rm -f run.exe run: run.exe @mono run.exe