mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-16 07:10:39 -04:00
Since a non-cygwin gmake trips up the github cygwin action, let's just require that the user put a good "make" early on their path (a simple `ln -s `which gmake` ~/bin/make` with the right $PATH works fine).