Add a clean target to the talk Makefile

So that it is easier to force a rebuild of the talk HTML.
This commit is contained in:
Paul Wise 2020-10-26 07:02:22 +08:00
parent 5c1b6f1552
commit 5f84eaf168
No known key found for this signature in database
GPG Key ID: 3116BA5E9FFA69A3

View File

@ -4,3 +4,6 @@ html: talk.html
talk.html: talk.rst
rst2s5 --theme=small-white --current-slide $< $@
clean:
rm -f talk.html