Projects / sudoku / sudoku_n / Makefile

git clone https://molodetz.nl/retoor/sudoku.git

Raw source file available here .

all: build run

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

run:
./sudoku3