helper target

This commit is contained in:
Motiejus Jakštys 2021-03-28 13:19:10 +03:00
parent 6e281d3262
commit a0cbd6af98

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 $@