update makefile

This commit is contained in:
Simon Vieille 2021-11-28 22:29:01 +01:00
parent c7db66d5cf
commit a27cbb3ae5

View file

@ -8,11 +8,11 @@ build-html:
marp src/index.md --allow-local-files -o build/index.html
clean:
test -f build/index.html && rm build/index.html || true
test -f build/slides.pdf && rm build/slides.pdf || true
test -f build/slides.pptx && rm build/slides.pptx || true
test -f build/index.html && rm build/index.html || true
build: build-pdf build-pptx build-html
build: build-html build-pdf build-pptx
serve:
marp --allow-local-files -w -s ./src