diff options
author | Stijn Buys <ingar@osirion.org> | 2013-07-12 23:03:13 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-07-12 23:03:13 +0000 |
commit | b494d943fc6330a3b52f7ec173ffbfeaec654bf1 (patch) | |
tree | fc001c0f6329cb476986d05e9936f424adc0c220 /src | |
parent | 1a75aa1c451f0010cac32e0f441a8f1a2e86d961 (diff) |
Renames the resulting binary to 'sudokusolver', updates the README accordingly,
updates the TODO list.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 88b0054..f5a5841 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ -bin_PROGRAMS = sudoku +bin_PROGRAMS = sudokusolver # Project C++ source files -sudoku_SOURCES = \ +sudokusolver_SOURCES = \ cell.cc \ main.cc \ mainwindow.cc \ @@ -10,7 +10,7 @@ sudoku_SOURCES = \ sudokuwidget.cc # moc generated C++ source files -nodist_sudoku_SOURCES = \ +nodist_sudokusolver_SOURCES = \ moc_mainwindow.cc \ moc_solverwindow.cc \ moc_sudokuwidget.cc |