]> git.itanic.dy.fi Git - sudoku/commitdiff
Prepare to have multiple target executables
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 20 Jun 2009 07:36:10 +0000 (10:36 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 20 Jun 2009 07:36:10 +0000 (10:36 +0300)
Makefile
solver.cpp [moved from main.cpp with 100% similarity]

index 4df108d5c52e1b8877f51411e5f6c54fe41a61c7..29afb26cd7d96e1c838a383476ec62eda2c5d9d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=g++
 LD=ld
 CFLAGS=-Wall -O2 -g
 
-SUDOKUSOLVER_OBJS= main.o sudoku.o
+SUDOKUSOLVER_OBJS= solver.o sudoku.o
 
 all: sudokusolver
 
similarity index 100%
rename from main.cpp
rename to solver.cpp