From 01b058b828e1b67963929299244fdb6e4209f0d8 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@hesge.ch> Date: Mon, 5 Oct 2020 22:54:13 +0200 Subject: [PATCH] added base_4 to make --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6f84c4..5133837 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ HTMLOPTIONS += -t html5 HTMLOPTIONS += -c css/tufte-css/tufte.css HTMLOPTIONS += --self-contained -all: command_line.pdf delaunay.pdf pointeurs_avances.pdf oral.pdf ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html +all: command_line.pdf delaunay.pdf pointeurs_avances.pdf oral.pdf ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_4.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html intro.pdf: intro.md metadata.yaml pandoc $(PDFOPTIONS) -o $@ $^ @@ -24,6 +24,9 @@ base_2.pdf: base_2.md metadata.yaml base_3.pdf: base_3.md metadata.yaml pandoc $(PDFOPTIONS) -o $@ $^ +base_4.pdf: base_4.md metadata.yaml + pandoc $(PDFOPTIONS) -o $@ $^ + make.pdf: make.md metadata.yaml pandoc $(PDFOPTIONS) -o $@ $^ -- GitLab