make is a GNU command, so the only way you can get it on Windows is installing a Windows version like the one provided by GNUWin32. Anyway, there are several options for getting that: Directly. Aug 16, 2016 · subsystem: cd subdir && $(MAKE) The value of this variable is the file name with which make was invoked. If this file name was /bin/make, then the recipe executed is cd subdir &&. Jan 6, 2019 · For variable assignment in Make, I see := and = operator. What's the difference between them?

Recommended for you

They control the behaviour of make for the tagged command lines: @ suppresses the normal 'echo' of the command that is executed. - means ignore the exit status of the command that is executed.