Adding SecongRealEA - mainly to prepare Lesson5 about adaptive parameters
This commit is contained in:
parent
8a2432b24e
commit
5c34d8ee79
2 changed files with 326 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.cpp.o: ; c++ -DPACKAGE=\"eo\" -DVERSION=\"0.9.1\" -I. -I../../src -Wall -g -c $*.cpp
|
||||
|
||||
secondEA = SecondBitEA
|
||||
secondEA = SecondBitEA SecondRealEA
|
||||
|
||||
ALL = $(secondEA) exercise3.1
|
||||
|
||||
|
|
@ -10,5 +10,8 @@ lesson3 : $(secondEA)
|
|||
|
||||
all : $(ALL)
|
||||
|
||||
SecondBitEA : binary_value.h
|
||||
SecondRealEA : real_value.h
|
||||
|
||||
clean :
|
||||
@/bin/rm $(ALL) *.o *.sav *.xg *.status *~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue