AGU/Makefile
2020-05-23 18:56:43 +02:00

6 lines
154 B
Makefile

image: Dockerfile
docker build . --tag transcription:latest
raport.pdf: README.md
pandoc -f markdown-implicit_figures -V geometry:margin=1in $^ -o $@