mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-01-17 23:55:03 +00:00
5 lines
132 B
Makefile
5 lines
132 B
Makefile
.PHONY: build
|
|
build:
|
|
rsync -av public/ dist/
|
|
npx @marp-team/marp-cli README.md -o dist/index.html
|
|
rsync -av assets/ dist/assets/
|