You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
sudokuloeser: sudokuloeser.c
|
|
gcc -Wall -pedantic -lrt sudokuloeser.c -o sudokuloeser
|
|
|
|
windows: sudokuloeser.c
|
|
i486-mingw32-gcc -Wall -pedantic sudokuloeser.c -o sudokuloeser.exe
|
|
|
|
win: sudokuloeser.c
|
|
i586-mingw32msvc-gcc -Wall -pedantic sudokuloeser.c -o sudokuloeser.exe
|