aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove -ansi compiler flag to allow for C99Rob Hoelz2016-04-041-1/+1
| | | | | | | | Lua 5.3 requires either C99 or a Windows compiler to have long long integers, or permission from the user to use 32-bit integers for its integer types. I don't mind requiring users of lua-term to have a C99 compiler, but users who want 32-bit integers can override CFLAGS in their environment if they insist.
* Whitespace cleanup.Florian Stinglmayr2016-03-081-18/+17
|
* Allow user to override LUA_VER and LUA_DIR.Florian Stinglmayr2016-03-081-2/+2
| | | | | | This way you can specifiy an alternate Lua version through the environment when calling make. This allows for full support of all OpenBSD Lua flavours by just overriding LUA_VER and LUA_DIR.
* added proper makefileAaron Zauner2014-04-151-0/+39