For example, I have something like this in my makefile:
all:
cd some_directory
But when I typed make
I saw only ‘cd some_directory’, like in the echo
command.
For example, I have something like this in my makefile:
all:
cd some_directory
But when I typed make
I saw only ‘cd some_directory’, like in the echo
command.