9 lines
96 B
Makefile
Raw Normal View History

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