Makefile: Delete tcc-doc.html during 'make distclean'

This commit is contained in:
Detlef Riekenberg 2010-01-26 22:53:52 +01:00 committed by Detlef Riekenberg
parent 3aa26a794e
commit 5caf6235cf

View File

@ -273,7 +273,7 @@ clean:
$(MAKE) -C tests $@
distclean: clean
rm -vf config.h config.mak config.texi tcc.1
rm -vf config.h config.mak config.texi tcc.1 tcc-doc.html
config.mak:
@echo Running configure ...