I am trying to understand a Makefile, but I don't understand the recipe line with the comment.
...
...
sample.a:
cd ../$(basename $(notdir $@)) && make ##i don't understand this
...
...
I'm still a newbie at this. Can you give me a very simple explanation about:
$(basename $(notdir $@))