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