doc: mk: remove generated files on clean

This commit is contained in:
Karl Palsson
2018-01-04 20:47:58 +00:00
parent 4ba3a27f80
commit 6511b89b27

View File

@@ -20,7 +20,7 @@ $(ARCHS):
cd $@/; doxygen cd $@/; doxygen
clean: clean:
@rm -rf html/ */html/ */*.tag @rm -rf html/ */html/ */*.tag */doxy.sourcelist */doxygen_*.log
rebuildsources: rebuildsources:
@printf "Manually regenerating source lists from build deps\n" @printf "Manually regenerating source lists from build deps\n"