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

clean:
	rm -f example
