30239-notes/Justfile
2024-09-27 23:10:24 -05:00

8 lines
186 B
Makefile

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