I have a makefile set up for a class assignment and it was working for Bash/Linux and Windows, but for some reason one student's Powershell in VS Code gives an error:
if exist obj\ re /s /q obj\
/bin/sh: -c: line 2: syntax_error: unexpected end of file
make *** Error 2
But when I run in VS Code Powershell terminal it works.
Also why is his calling /bin/sh?? Any ideas? I have 0.01% experience with scripting for Windows, all the stuff I do is for Bash.