all: windows

windows: *.cs
	$(CSC) /unsafe /out:codegen.exe *.cs
	./codegen gtkapi.xml

docs: windows