all: check_query perform_query comment_collector check_query: check_query.c config.h cc -O -o check_query check_query.c perform_query: grep.c config.h cc -O -o perform_query grep.c comment_collector: comment_collector.c config.h cc -O -o comment_collector comment_collector.c package.tar.Z: *.c *.h comment_collector.html form_builder Makefile tar cvf package.tar *.c *.h comment_collector.html form_builder Makefile compress package.tar