Add Control class
This commit is contained in:
parent
f8a5ac20c8
commit
121ae73517
5 changed files with 199 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ SOURCEFILES = cpp
|
|||
SRCDIR = src
|
||||
TMPDIR = build
|
||||
TARGET = gross
|
||||
FILES = Genes Chromosome Fitness Generation main
|
||||
FILES = Genes Chromosome Fitness Generation Control main
|
||||
|
||||
#SOURCES = $(patsubst %,$(SRCDIR)/%.cpp,$(FILES))
|
||||
OBJECTS = $(patsubst %,$(TMPDIR)/%.o,$(FILES))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue