diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 0a5d118..20d7f43 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,4 +19,4 @@ presentation.html: presentation.asciidoc images: image/film.svg $(IMAGES_PNG) clean: - rm -f presentation.html + rm -f presentation.html $(IMAGES_PNG) |