Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove -ansi compiler flag to allow for C99 | Rob Hoelz | 2016-04-04 | 1 | -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 Stinglmayr | 2016-03-08 | 1 | -18/+17 |
| | |||||
* | Allow user to override LUA_VER and LUA_DIR. | Florian Stinglmayr | 2016-03-08 | 1 | -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 makefile | Aaron Zauner | 2014-04-15 | 1 | -0/+39 |