all:
	g++ -g lua_test.cpp -lclanCore -lclanLua -o lua_test
clean:
	@rm -f lua_test
