From: Timo Kokkonen Date: Sat, 20 Jun 2009 07:36:10 +0000 (+0300) Subject: Prepare to have multiple target executables X-Git-Url: http://git.itanic.dy.fi/?p=sudoku;a=commitdiff_plain;h=3a887ec21a918b4fca1b944d8371d03354cc710a Prepare to have multiple target executables --- diff --git a/Makefile b/Makefile index 4df108d..29afb26 100644 --- 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 diff --git a/main.cpp b/solver.cpp similarity index 100% rename from main.cpp rename to solver.cpp