Reimplement and test Generation

This commit is contained in:
Joscha 2017-05-20 23:59:50 +00:00
parent c10a12f29c
commit 5c10ba4a78
4 changed files with 160 additions and 54 deletions

View file

@ -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))