Skip to content
Snippets Groups Projects
Commit 5b9c0763 authored by Tiphaine Viard's avatar Tiphaine Viard
Browse files

Makefile; rule all does not fully work

parent 3603cf00
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
download:
rm -rf pdfs/; mkdir pdfs/
python dl_pdfs.py
parse:
rm -rf txts/; mkdir txts/
python parse_pdfs.py
all: | download parse
echo "done."
clean:
rm -f *.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment