makefour.exe : client.cs logic.cs
	mcs -out:makefour.exe -target:winexe -r:System.Drawing.dll -r:System.Windows.Forms.dll client.cs logic.cs 
