[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Patchless modification of Lua source code
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 19 Nov 2018 17:08:05 +0200
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.