OPT=
RM=rm
CP=cp

vstildr.dll: vstildr.cs
	gmcs -target:library -unsafe vstildr.cs

clean:
	$(RM) vstildr.dll
