From 1116a42bfc7d818d51aa600598ba630ce4c36f3d Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 4 Dec 2024 17:10:46 +0900 Subject: [PATCH] add slides task --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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