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

updated makefile

parent e086df3d
No related branches found
No related tags found
No related merge requests found
Pipeline #13130 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment