mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
14 lines
141 B
Makefile
14 lines
141 B
Makefile
all: html pdf epub
|
|
|
|
.PHONY: html pdf epub all
|
|
|
|
html:
|
|
quarto render --to html
|
|
|
|
pdf:
|
|
quarto render --to pdf
|
|
|
|
epub:
|
|
quarto render --to epub
|
|
|