all: endian.exe

endian.exe: endian.cs
	mcs -g endian.cs -r:System.Windows.Forms -r:System.Drawing
