chirimen-hands-on/Makefile

5 lines
107 B
Makefile
Raw Normal View History

2022-10-06 15:56:56 +09:00
.PHONY: build
build:
npx @marp-team/marp-cli README.md -o dist/index.html
rsync -av assets/ dist/assets/