aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant compiler flagThomas Voss 2022-11-171-1/+1
|
* Don't define _POSIX_C_SOURCEThomas Voss 2022-11-131-1/+1
|
* Add ZSH completionsThomas Voss 2022-11-111-7/+9
|
* Remove POSIXLY_CORRECT and use -D in CFLAGSThomas Voss 2022-10-151-1/+1
|
* Change up CFLAGSThomas Voss 2022-10-151-1/+3
|
* Use the MANDIR variableThomas Voss 2022-10-151-4/+5
|
* Support DESTDIRThomas Voss 2022-10-081-3/+4
|
* Enable warningsThomas Voss 2022-09-231-1/+1
|
* Add a target variableThomas Voss 2022-09-231-5/+7
|
* Initial commitThomas Voss 2022-02-081-0/+15
This initial commit includes the following: - A gitignore file - A license (0-Clause BSD) - A Makefile supporting installation - A manual page written in mdoc(7) - A fully working initial implementation