What are @ and > in a Makefile?

Posted by user187920 on Stack Overflow See other posts from Stack Overflow or by user187920
Published on 2010-03-16T14:49:14Z Indexed on 2010/03/16 14:51 UTC
Read the original article Hit count: 86

Filed under:

For example in

$(CC) $(CFLAGS) -c -o $@ $<

what do they mean?

© Stack Overflow or respective owner

Related posts about makefile