all:
	gcc -std=c99 -Wall -Werror -Wextra -pedantic cpoff.c -o cpoff
	gcc -std=c99 -Wall -Werror -Wextra -pedantic rawgrep.c -o rawgrep

