mydll.dll: dllmain.cpp makefile
	g++ -shared -o mydll.dll dllmain.cpp
