lua-users home
lua-l archive

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


> with this patch if the user does an export CFLAGS="my favorite cflags"
> before make, it will no longer ignored

?= and += are not portable, are they?
We try to write the simplest makefiles possible. In particular, we do not
rely on gnu make extensions.
--lhf