Answers for "Makefile $@ $^ $<"

0

Makefile $@ $^ $<

$@ evaluates to all
    $< evaluates to library.cpp
    $^ evaluates to library.cpp main.cpp
Posted by: Guest on May-08-2021

Browse Popular Code Answers by Language