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