# # Makefile for many UNIX compilers using the # "standard" command name CC # CC=CC CFLAGS=-g all: comment comment: comment.cc @echo "This program will not compile due to an error" -$(CC) $(CFLAGS) -o comment comment.cc clean: rm comment