diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-07-20 11:21:41 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-07-20 11:21:41 +0100 |
commit | ba1b99c0d9f361a1d7e497857fecc0a11e4b7f0b (patch) | |
tree | c4de4f4e8c605ff33adc7b5d818b967f2038a864 /Makefile | |
parent | 6ab2a0f0d36c4bf1f4802c8e1c4d3fcb39c57988 (diff) | |
download | fullSWOF-utils-ba1b99c0d9f361a1d7e497857fecc0a11e4b7f0b.tar.gz |
fullswof-utils: Clean doc directory.
* Makefile: Include doc files in clean target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ html-doc: doc/fullswof-utils.texi clean: @echo "Cleaning up..." + @rm doc/fullswof-utils.info doc/images doc/dir @rm -rf manual .PHONY: all clean |