lua-users home
lua-l archive

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


Op Ma. 19 Nov. 2018 om 11:09 het Dirk Laurie <dirk.laurie@gmail.com> geskryf:

> 2. When you want a new 'lua' including your most recent modifcations:
>     rm my*.o     # necessary because the Makefile does not know about them
>     make linux -e "LUA_O=  lua.o myctype.o mylex.o"

Actually, you probably do not need "rm my*.o". The dependency of .o
files on .c files is automatic.