From efec36a99d1a881983e0db5fc02c4f157c0ff3ec Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Tue, 23 Mar 2021 22:26:28 +0100 Subject: [PATCH] updated makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1464061..eaf7675 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ all: $(HTML) $(PDF) pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $< deploy: all - mkdir -p prog_seq_c_tp/calculator - cp calculator.html prog_seq_c_tp/calculator/index.html - cp calculator.pdf prog_seq_c_tp/calculator/calculator.pdf + mkdir -p prog_seq_c_tp/binary_search_tree + cp calculator.html prog_seq_c_tp/binary_search_tree/index.html + cp calculator.pdf prog_seq_c_tp/binary_search_tree/binary_search_tree.pdf clean: rm -rf *.html *.pdf -- GitLab