CXXFLAGS += -std=c++11
CXXFLAGS += -Wall -Wextra -Wpedantic
CXXFLAGS += -Wconversion
# CXXFLAGS += -Wsign-conversion
CXXFLAGS += -O3

maze: