bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
3.9k stars 225 forks source link

Makefile improvements, update build instructions #916

Closed tleedjarv closed 1 year ago

tleedjarv commented 1 year ago

Another series of small incremental quality-of-life improvements. I kept the commits separate so each can be mostly self-explanatory. Review is also easier commit by commit and when moved blocks are highlighted.

For time being I've given up on compatibility with other make implementations since the current makefiles require GNU make in a big way.

It seems like a lot of change but it really isn't. It's mostly quite trivial changes and should be simple to review. This is by no means the end of it either.