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

clean:
	rm -f example
