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

updated makefile

parent 2e26c0bf
No related branches found
No related tags found
No related merge requests found
Pipeline #11812 failed
......@@ -27,10 +27,12 @@ all: $(HTML) $(PDF)
deploy: all
mkdir -p prog_seq_c_tp/shortest_path
cp graphes.html prog_seq_c_tp/shortest_path/index.html
cp graphes.html prog_seq_c_tp/shortest_path/graphes.html
cp graphes.pdf prog_seq_c_tp/shortest_path/graphes.pdf
cp main.c xml_parser.h xml_parser.c prog_seq_c_tp/shortest_path/
cp suisse.txt villes.xml prog_seq_c_tp/shortest_path/
cp fd.html prog_seq_c_tp/shortest_path/fd.html
cp fd.pdf prog_seq_c_tp/shortest_path/fd.pdf
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment