chirimen-hands-on/Makefile

6 lines
132 B
Makefile
Raw Permalink Normal View History

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