sbngross
sbngross
Fixes #947 Still some TODOs but in a working state. PR should help to collaborate on the code.
man synopsis states [-n -logfile] option. Later on in avrdude.1 as well as in main.c -l is used. Also '-logfile' is no option alternative but a parameter. This is a...
`install` commands in `src/CMakeLists.txt` have the `TYPE` attribute. This syntax was introduced in `cmake` `3.14` minimum_required_version is `3.12`. Came across it when I tested my PR with a stone-age debian...