CC?=gcc CFLAGS+=-Wall -Werror -Wno-unused -std=gnu11 -Og -g all: $(CC) $(CFLAGS) -o optional-test optional-test.c