Reimplement and test Generation
This commit is contained in:
parent
c10a12f29c
commit
5c10ba4a78
4 changed files with 160 additions and 54 deletions
3
Makefile
3
Makefile
|
|
@ -9,8 +9,7 @@ SOURCEFILES = cpp
|
|||
SRCDIR = src
|
||||
TMPDIR = build
|
||||
TARGET = gross
|
||||
#FILES = Chromosome Fitness Generation main
|
||||
FILES = Genes Chromosome Fitness main
|
||||
FILES = Genes Chromosome Fitness Generation main
|
||||
|
||||
#SOURCES = $(patsubst %,$(SRCDIR)/%.cpp,$(FILES))
|
||||
OBJECTS = $(patsubst %,$(TMPDIR)/%.o,$(FILES))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue