AGU/Makefile
2020-05-23 22:36:07 +02:00

6 lines
154 B
Makefile

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