Rewrote build instructions.
[luabind.git] / examples / any_converter / makefile
blob724a043fb982c860d76527729eb4782dc3372eee
1 include ../../config
3 all: any_converter
5 any_converter: any_converter.cpp
6 $(CXX) any_converter.cpp -O3 -o any_converter -I$(LUA_PATH)/include -I- -I$(BOOST_ROOT) -I../../ -L../../lib -L$(LUA_PATH)/lib -lluabind -llua -llualib
8 clean:
9 rm -f any_converter.o