| Re: [AD] makefile syntax |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
On 2006-01-07, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
> But then the ($RUNNER) line is duplicated. I wanted to just:
>
> MAKE_LIB += new command
>
> but it doesn't put the additional command on a new line. Is there
> anyway to do that?
What about:
MAKE_LIB += ; new command
Peter
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |