CFLAGS=-std=c11 -Wall -Wextra -Werror maze: maze.c gcc $(CFLAGS) maze.c -o maze