lua-users home
lua-l archive

Re: Need help with getting started with luasql

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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)

AltStyle によって変換されたページ (->オリジナル) /