I am trying to do this:
I want to call make (a Makefile exists in some other directory, the path abc can be used) from a shell script located in another directory. How can I do it?
Since the shell script does not allow me to cd into the Makefile directory and execute make , how can I write a shell command (by specifying the path to the Makefile that must be executed) to execute make ?
linux shell makefile
Rookie
source share