all: build run build: gcc sudoku3.c -o sudoku3 -Ofast -Werror -Wall -Wextra run: ./sudoku3