I am using cygwin for 64 bit Windows but while compiling a makefile I end up with this error
/bin/sh: -c: line 0: syntax error near unexpected token `('
What should I do ?
I am using cygwin for 64 bit Windows but while compiling a makefile I end up with this error
/bin/sh: -c: line 0: syntax error near unexpected token `('
What should I do ?
Copyright © 2021 Jogjafile Inc.
Just guessing: you use bashisms in your Makefile, but don't set the shell (
/bin/sh
reports the error). Just stateat the top of the Makefile.