mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-07-18 01:20:47 +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
|
||
|
|