Reorganize Gene code

This commit is contained in:
Joscha 2017-05-07 19:02:33 +00:00
parent 92f1876aa2
commit a550f267df
3 changed files with 205 additions and 1 deletions

View file

@ -10,7 +10,7 @@ SRCDIR = src
TMPDIR = build
TARGET = gross
#FILES = Chromosome Fitness Generation main
FILES = Chromosome Fitness Generation main
FILES = Genes
#SOURCES = $(patsubst %,$(SRCDIR)/%.cpp,$(FILES))
OBJECTS = $(patsubst %,$(TMPDIR)/%.o,$(FILES))