Skip to content
Snippets Groups Projects
Verified Commit 0b2a5c61 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

corrected makefile

parent efec36a9
Branches
No related tags found
No related merge requests found
Pipeline #13131 passed
...@@ -27,8 +27,8 @@ all: $(HTML) $(PDF) ...@@ -27,8 +27,8 @@ all: $(HTML) $(PDF)
deploy: all deploy: all
mkdir -p prog_seq_c_tp/binary_search_tree mkdir -p prog_seq_c_tp/binary_search_tree
cp calculator.html prog_seq_c_tp/binary_search_tree/index.html cp binary_search_tree.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.pdf prog_seq_c_tp/binary_search_tree/binary_search_tree.pdf
clean: clean:
rm -rf *.html *.pdf rm -rf *.html *.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment