lua-users home
lua-l archive

Re: Running "luarocks make" every time?

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


I use entr to run commands when files are changed.
find src/ -type f | entr 'luarocks make'

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