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