all: example.cpp
	g++ -O3 -o example example.cpp libfsbankex.a ../../api/lib/libfmodex64.so

clean:
	rm -f example
