all: gcc -Wall -O2 -pedantic --std=c99 charcounter.c -o charcounter clean: rm -f charcounter