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.

7 Answers
7

Leave a Reply

Your email address will not be published. Required fields are marked *