Answers for "suppress echoing of commands in a makefile"

0

suppress echoing of commands in a makefile

foo: foo.c
        @echo Building foo module
        gcc -o $@ $<
Posted by: Guest on March-05-2022

Browse Popular Code Answers by Language