Add states and a setup state to Control

This commit is contained in:
Joscha 2017-06-22 17:43:22 +00:00
parent 121ae73517
commit 5369805616
7 changed files with 400 additions and 13 deletions

View file

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