Forgot to update ESEA with crossover

This commit is contained in:
evomarc 2001-05-21 06:13:56 +00:00
commit 73157edba6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#ifdef _MSC_VER
#pragma warning(disable:4786)
#endif
#endif
#include <algorithm>
#include <string>

View file

@ -3,7 +3,7 @@
.cpp.o: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../src -Wall -g -c $*.cpp
ALL = BitEA RealEA
ALL = BitEA RealEA ESEA
lesson3 : $(ALL)