How do I add comments (with echo) in a Makefile so that they\'re printed when ran?
Makefile
all : echo "Building!" $(CC) $(OBJECTS) $(LPATH) $(LIBS) -o $(PROGRAM)