1 2 3 4 5 6
printf: printf.c gcc -Wall -Wextra -Werror -O2 -std=c99 -pedantic -o printf printf.c clean: rm -f printf printf.o