30239-notes/Justfile
2024-10-11 12:38:17 -05:00

8 lines
193 B
Makefile

preview lecture:
marp -pw --html --theme custom-theme.css {{lecture}}/slides.md
slides:
for file in `ls */slides.md`; do \
marp --theme --html custom-theme.css $file; \
done