Makefile: Delete tcc-doc.html during 'make distclean'
This commit is contained in:
parent
3aa26a794e
commit
5caf6235cf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 ...
|
||||
|
|
Loading…
Reference in a new issue