Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-01-04 23:47:58 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-02-06 00:00:43 +0300
commit6511b89b272cc7983a290f132db76f90c2355983 (patch)
tree65a20947e869d47653d1fd2b63c549cefe575d27 /doc
parent4ba3a27f804d755fdbb7c93a006e29aeef9e330e (diff)
doc: mk: remove generated files on clean
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index f8d3d942..d16efd2d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -20,7 +20,7 @@ $(ARCHS):
cd $@/; doxygen
clean:
- @rm -rf html/ */html/ */*.tag
+ @rm -rf html/ */html/ */*.tag */doxy.sourcelist */doxygen_*.log
rebuildsources:
@printf "Manually regenerating source lists from build deps\n"