4 lines
130 B
Makefile
4 lines
130 B
Makefile
|
default:
|
||
|
g++ -Wall -c -o mumbleworlds.o src/MumbleLink.cpp
|
||
|
g++ -Wl,--kill-at -static -shared -o mumbleworlds.dll mumbleworlds.o
|