flags=-DPLATFORM_LINUX -O3 -I../../api -L../../api -lfmod-3.3

all: Main.cpp
	g++ ${flags} Main.cpp -o 3d

clean:
	rm -f 3d
