What is $@ in makefile?



What is $@ in makefile?..

Answer / Amritansh Mishra

$@ stands for the target name in a Makefile, which refers to the current target being built. For example, if building 'my_program', $@ expands to 'my_program'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

Who unix commands?

1 Answers  


What is ls command and what it does?

1 Answers  


What is clang space engineers?

1 Answers  


How do you check which file consuming more space in linux?

1 Answers  


Which command is used to compare the files?

1 Answers  


How do you rate yourself in unix(if 0 is novice and 10 is sys admin)?

2 Answers   HP,


in unix how to change old name to new name

7 Answers   Google,


What is the syntax of mkdir?

1 Answers  


What does history command do in linux?

1 Answers  


I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?

6 Answers   Span Systems,


Which Command used to lock user password in Linux?

1 Answers  


What is a ulimit in unix?

1 Answers  


Categories