Add MarkovMatrix class

This commit is contained in:
Joscha 2016-11-03 20:15:44 +00:00
parent c0e84ee194
commit b1048a5abc
3 changed files with 71 additions and 1 deletions

View file

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