summaryrefslogtreecommitdiffstats
path: root/flags.sh
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Replace flags.sh with a two-line recipeTavian Barnes2022-04-191-14/+0
|
* Makefile: Move .flags to build/FLAGSTavian Barnes2022-04-191-5/+8
|
* Use /usr/bin/env bash as the shebang in scriptsTavian Barnes2021-08-051-1/+1
| | | | This should reduce the need for patches on the BSDs.
* Makefile: Rebuild whenever the build flags changeTavian Barnes2020-12-101-0/+11
This removes the need to do make clean before rebuilding with a new build type.