Re: Need help with getting started with luasql
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Need help with getting started with luasql
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年5月11日 21:40:25 -0300
> IIRC there is no uninstall target in the lua Makefile
There will probably be one in Lua 5.2 like the one below:
uninstall:
cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
cd src && cd $(INSTALL_MAN) && $(RM) $(TO_MAN)