all: ToolStripDemo.exe

ToolStripDemo.exe: ToolStripDemo.cs
	gmcs ToolStripDemo.cs -pkg:dotnet

clean: 
	rm -f ToolStripDemo.exe
