diff --git a/Makefile b/Makefile index abbdaf3..8b3039a 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,7 @@ build: npx @marp-team/marp-cli README.md -o dist/index.html rsync -av assets/ dist/assets/ + +.PHONY: slides +slides: + npx @marp-team/marp-cli README.md -o dist/slides.pdf