all: Main.cpp
	g++ -g -O3 -o netstream Main.cpp ../../api/libfmod-3.70.so -pthread
clean:
	rm -f netstream
