Ok, my bad. I was using make 3.81 from
https://gnuwin32.sourceforge.net/packages/make.htm
Fra: bug-make-bounces+espen.ottar=greendigital...@gnu.org
på vegne av Eli
Zaretskii
Sendt: mandag 30. juni 2025 15:23
Til: Espen Ottar
Kopi: bug-make@gnu.org
Emne: Re
On Windows it is possible to enable case sensitivity on a per-folder basis .
(using fsutil.exe)
When case sensitivity is enabled, make fails to read "Makefile" (with capital M)
The workaround is to use "make -f Makefile" but that should not be necessary