[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: Sun, 11 May 2008 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)