mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
10 lines
317 B
Makefile
10 lines
317 B
Makefile
|
|
sudoku17.txt:
|
|
wget https://github.com/attractivechaos/plb/releases/download/v0/sudoku17.txt.gz -O sudoku17.txt.gz
|
|
gunzip -f sudoku17.txt.gz
|
|
|
|
top50k.txt:
|
|
wget https://github.com/attractivechaos/plb/releases/download/v0/sudoku.top50k.gz -O top50k.txt.gz
|
|
gunzip -f top50k.txt.gz
|
|
|
|
fetch-all: sudoku17.txt top50k.txt
|