default:
	g++ -Wall -c -o mumbleworlds.o src/MumbleLink.cpp
	g++ -Wl,--kill-at -static -shared -o mumbleworlds.dll mumbleworlds.o
