PROG=main.c all: $(PROG) gcc -std=c99 -Wall -Werror $(PROG) noW: $(PROG) gcc $(PROG) debug: $(PROG) gcc -g $(PROG)