1LUA_DIR=c:\lua5.1\lua 2 3install: 4 IF NOT EXIST $(LUA_DIR)\luasql mkdir $(LUA_DIR)\luasql 5 copy src\ado\ado.lua $(LUA_DIR)\luasql 6 7clean: 8 9