helper target

This commit is contained in:
Motiejus Jakštys 2021-05-19 22:57:46 +03:00 committed by Motiejus Jakštys
parent d4944cff22
commit bc9f66ac5e
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ clean-tables:
./db -c "drop table $$t"; \
done
.PHONY: slides
slides: slides-2021-03-29.pdf slides-2021-03-29.html
slides-2021-03-29.pdf: slides-2021-03-29.txt
pandoc -t beamer -i $< -o $@