Add SimpleMarkov class

This commit is contained in:
Joscha 2016-11-03 23:03:36 +00:00
parent b1048a5abc
commit 7eae3eea0d
3 changed files with 127 additions and 1 deletions

View file

@ -7,7 +7,7 @@ RM = rm -f
SRCDIR = src
TMPDIR = build
TARGET = trumpotron
FILES = main Markov MarkovMatrix
FILES = main Markov MarkovMatrix SimpleMarkov
#SOURCES = $(patsubst %,$(SRCDIR)/%.cpp,$(FILES))
OBJECTS = $(patsubst %,$(TMPDIR)/%.o,$(FILES))