From 8fbc514b4939d266b564fe0752edb03da5fff019 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 5 Dec 2016 11:00:29 +0100 Subject: [PATCH] fix macro and makefile --- architecture/Makefile | 2 +- architecture/conclusion.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture/Makefile b/architecture/Makefile index b396764..5c749ac 100644 --- a/architecture/Makefile +++ b/architecture/Makefile @@ -23,4 +23,4 @@ all: $(DOC).pdf $(LATEX) $(LATEXFLAGS) $< | tee $@ clean: - $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg out pdf) + $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg out pdf mlog) diff --git a/architecture/conclusion.tex b/architecture/conclusion.tex index 3d3e145..170b609 100644 --- a/architecture/conclusion.tex +++ b/architecture/conclusion.tex @@ -1,5 +1,5 @@ Added to the repository with code is a reference implementation of the -\mTasks{} engine written in \emph{C}. Without too much implementation this +\mTask{} engine written in \emph{C}. Without too much implementation this program can be ported to any microcontroller. \todo{Conclusie} -- 2.20.1