vumpire/www/justfile
Christopher P. Brown d75d9a221c published pdf
- add docs
- reorganize and clean up a bit
2023-09-20 20:31:32 -06:00

12 lines
196 B
Makefile

# list all
default:
just --list --unsorted
# make html from markdown
html:
pandoc -f markdown -t html --toc -s -o index.html game.md
# watch for changes
watch:
ls game.md | entr just html