about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add config parserRory Bradford2020-08-131-3/+4
| | | | Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Various minor improvementsRory Bradford2020-08-021-2/+2
| | | | Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Add wholename optionRory Bradford2020-04-181-37/+15
| | | | Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Re-introduce optional substring matchingRory Bradford2020-04-171-1/+1
| | | | Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Add unlink and shell options, refactor optsRory Bradford2020-04-141-3/+0
| | | | | | Make opts more BSD-like, simpler. Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* RefactorRory Bradford2020-04-101-4/+6
| | | | | | | | | | | Implement `fnmatch` file name matching. Define clang formatting, previously used defaults without a config file; apply formatting. Make `install` more cross-platform. Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Move _DEFAULT_SOURCE to MakefileRory Bradford2020-03-251-0/+1
| | | | | | Also remove deprecated _BSD_SOURCE. Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Add dirname optionRory Bradford2020-02-221-1/+5
| | | | Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Fix valgrind test on OpenBSDRory Bradford2020-02-041-3/+3
| | | | | | Remove non-portable valgrind -s option. Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Tweak make flags for additional C safetyRory Bradford2019-12-181-3/+25
| | | | | | | As well as adding some obvious memory safety flags to the compiler also add some initial tests with valgrind. Signed-off-by: Rory Bradford <roryrjb@gmail.com>
* Initial implementationRory Bradford2019-11-151-0/+26
Signed-off-by: Rory Bradford <roryrjb@gmail.com>