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






Reply via email to