summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-06 10:49:36 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-06 10:49:36 +0100
commit4e29d51567c76ff07fe4add711f61b896a9cccf1 (patch)
tree30eb7f7699921de4ffcdeb059f00a6aec8d75e46 /Makefile
parentc3e4847d73dac078f31381aa6c4f41928a191e7d (diff)
downloadlsr22_fvhls-4e29d51567c76ff07fe4add711f61b896a9cccf1.tar.gz
lsr22_fvhls-4e29d51567c76ff07fe4add711f61b896a9cccf1.zip
Update build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2114e8..22f2303 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
MODE ?= main
REBUILD_DEPS ?= yes
DEPS :=
+CONTEXT ?= context
ifeq ($(REBUILD_DEPS), yes)
DEPS += figures/timing-1.pdf figures/timing-2.pdf figures/timing-3.pdf
@@ -20,5 +21,5 @@ chapters/scheduling.pdf: figures/timing-3.pdf
# silent structure,structures,pages,resolvers,open source,close source,loading,modules
%.pdf: %.tex
- context --mode=$(MODE) --nonstopmode --silent='*' $<
+ $(CONTEXT) --mode=$(MODE) --nonstopmode --silent='*' $<
cp $(notdir $@) $@ || true