From 0b2a5c610253c08ef3948c93e54f6602bbc8005f Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Tue, 23 Mar 2021 22:30:11 +0100 Subject: [PATCH] corrected makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eaf7675..75244f8 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ all: $(HTML) $(PDF) deploy: all 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 + cp binary_search_tree.html prog_seq_c_tp/binary_search_tree/index.html + cp binary_search_tree.pdf prog_seq_c_tp/binary_search_tree/binary_search_tree.pdf clean: rm -rf *.html *.pdf -- GitLab