CC=gcc CFLAGS=-Wall -Werror -pedantic -std=c99 all: $(CC) $(CFLAGS) main.c -o main