Trying to compile the NETHACK cloned version 3.6.0 from github in msys2 mingw32 shell under WIN10. I completed the steps cd sys/winnt call nhsetup.bat cd ../../src then mingw32-make -f Makefile.gcc fails
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
Makefile.gcc:834: recipe for target 'o/obj.tag' failed
mingw32-make: *** [o/obj.tag] Error 1
$ mingw32-make.exe -v GNU Make 4.1.90 Built for Windows32
$ gcc -v gcc version 6.2.0 (Rev2, Built by MSYS2 project)
Any ideas what it means? Help to track it down would be appreciated!