manual: add clean target to the Makefile

This commit is contained in:
Mike Swanson 2019-08-23 22:45:10 -07:00
parent 3a5d31a714
commit 1471de203a

View file

@ -1,6 +1,7 @@
all: freedoom-manual.pdf
freedoom-manual.pdf: manual.adoc
asciidoctor-pdf -a toc manual.adoc
clean:
$(RM) freedoom-manual.pdf