aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not register system tree if installing to ~/.luarocksHisham Muhammad2019-03-141-1/+1
| | | | See https://github.com/luarocks/luarocks/issues/952#issuecomment-449966779
* GNUmakefile: remove sysconfdir as it's set in config.unix.Hisham Muhammad2018-08-121-1/+0
| | | | Fixes #889.
* GNUmakefile: add back install-config targetHisham Muhammad2018-08-111-0/+2
| | | | | As a convenience to distro maintainers who may want to distribute multiple versions of the LuaRocks configuration.
* configure, make: reduce moving partsHisham Muhammad2018-08-111-22/+12
| | | | | | * Do not set again variables that were set in config.unix * Do not re-detect the Lua version after configure already did it * Remove --luarocksconfdir, use --sysconfdir only
* Honor --force-configHisham Muhammad2018-08-111-4/+8
|
* GNUmakefile: avoid using -D because it doesn't work on the MacHisham Muhammad2018-08-101-6/+11
|
* Build Windows binaries as .exe in a separate directoryHisham Muhammad2018-08-101-26/+30
|
* GNUmakefile: simplify build-binary targetsdaurnimator2018-08-101-6/+4
|
* GNUmakefile: Clean up the install-binary targetdaurnimator2018-08-101-9/+6
|
* GNUmakefile: create config file in ./build subdirectorydaurnimator2018-08-101-4/+5
|
* Remove BINARY_ prefix from CC and NMdaurnimator2018-08-101-2/+2
|
* GNUmakefile: Have build-binary targets use clean lua environmentdaurnimator2018-08-101-2/+6
|
* GNUmakefile: Use LUA variable to find lua to rundaurnimator2018-08-101-2/+2
|
* GNUmakefile: recursive make basicsdaurnimator2018-08-101-3/+3
|
* Our Makefile contains GNUMake-specific syntax, rename it accordinglydaurnimator2018-08-101-0/+170