aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-14Tests: add smoke testHisham Muhammad3-5/+76
2018-08-14fs/unix/tools: Throw error if umask output is invaliddaurnimator1-0/+3
2018-08-14fs/unix/tools: Use 'umask -S', the only form of umask with a standardised out...daurnimator1-3/+12
2018-08-14fs/unix: hoist constants out of functiondaurnimator1-15/+14
2018-08-13configure: add a version identifierHisham Muhammad1-1/+1
2018-08-13deps: detect include/lua5x/lua.h (FreeBSD-style LUA_INCDIR)Hisham Muhammad1-0/+2
2018-08-13configure: Add include path template for FreeBSD styledaurnimator1-0/+1
2018-08-13configure: Remove duplicate from list of include path templatesdaurnimator1-1/+0
2018-08-12GNUmakefile: remove sysconfdir as it's set in config.unix.Hisham Muhammad1-1/+0
2018-08-11add mkdir to the list of WIN_TOOLS used in non-binary Windows modeHisham Muhammad1-1/+1
2018-08-11GNUmakefile: add back install-config targetHisham Muhammad1-0/+2
2018-08-11configure, make: reduce moving partsHisham Muhammad2-36/+14
2018-08-11Honor --force-configHisham Muhammad2-8/+14
2018-08-10GNUmakefile: avoid using -D because it doesn't work on the MacHisham Muhammad1-6/+11
2018-08-10which: find modules installed in a project treeHisham Muhammad2-4/+7
2018-08-10Build Windows binaries as .exe in a separate directoryHisham Muhammad3-28/+32
2018-08-10binary/all_in_one: Don't prefix tree with current dirdaurnimator1-1/+1
2018-08-10GNUmakefile: simplify build-binary targetsdaurnimator1-6/+4
2018-08-10GNUmakefile: Clean up the install-binary targetdaurnimator1-9/+6
2018-08-10GNUmakefile: create config file in ./build subdirectorydaurnimator1-4/+5
2018-08-10binary/Makefile.windows: Use a few more make featuresdaurnimator1-13/+12
2018-08-10Remove BINARY_ prefix from CC and NMdaurnimator2-3/+3
2018-08-10GNUmakefile: Have build-binary targets use clean lua environmentdaurnimator1-2/+6
2018-08-10GNUmakefile: Use LUA variable to find lua to rundaurnimator1-2/+2
2018-08-10GNUmakefile: recursive make basicsdaurnimator1-3/+3