mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 12:00:39 +00:00
c94b2974fb
Former-commit-id: 095acaf9c8649b0e527c6253dc79330feedac865
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
|
|
|