Linux – In Unix, can I run ‘make’ in a directory without cd’ing to that directory first

linuxmakefileunix

In Unix, can I run make in a directory without cd'ing to that directory first?

Best Answer

make -C /path/to/dir