mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
manual: add clean target to the Makefile
This commit is contained in:
parent
3a5d31a714
commit
1471de203a
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
all: freedoom-manual.pdf
|
||||
|
||||
freedoom-manual.pdf: manual.adoc
|
||||
asciidoctor-pdf -a toc manual.adoc
|
||||
|
||||
clean:
|
||||
$(RM) freedoom-manual.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue