aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify error handling and lock directory fdJason A. Donenfeld2022-04-101-2/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Compile with -pedanticJason A. Donenfeld2022-03-261-1/+1
| | | | | | | | I usually code with GNUisms, but given that the purpose of this project is to make it easy for people to copy and paste this code, I'll stick with a more standard C. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Initial commitJason A. Donenfeld2022-03-261-0/+19
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>