In order to run make file, I am supposed to go to the make file's directory and from there only I can run the make file. How can I do the same even if i am in any directory?
|
feedback
|
Will not change your current directory but will run make with an appropriate current working directory | |||
|
feedback
|
make? Borland'smake? GNUmake? Microsoft'snmake? One of the umpteen shareware implementations ofmakethat have floated around over the years? And on what platform? The answer is different depending from the specifics.RedGrittyBrickis presuming that you have a POSIX-conformant shell and filesystem, for example. – JdeBP Dec 23 '11 at 13:43