aboutsummaryrefslogtreecommitdiff
path: root/src/Tupfile
Commit message (Collapse)AuthorAgeFilesLines
* Don't check for O_PATH being definedThomas Voss 2022-11-171-0/+1
| | | | | | | | O_PATH has been in Linux since version 2.6.39, which was a very long time ago. Additionally, this library only works on Linux anyways since the interface to backlight information is Linux-specific. Therefore we have no real reason to bother with handling the case where it's not defined.
* Use link time optimizationsThomas Voss 2022-11-141-1/+1
|
* Move from make(1) to tup(1)Thomas Voss 2022-10-131-0/+12