diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 7d3e0f6..f8e6e90 100644 --- a/Makefile.in +++ b/Makefile.in @@ -246,6 +246,12 @@ clean: sweep (cd $$dir; $(MAKE) clean); \ done +distclean: clean + -$(RM) config.cache config.log config.status + -$(RM) w3mhelp-w3m_en.html w3mhelp-w3m_ja.html + -$(RM) w3mhelp-lynx_en.html w3mhelp-lynx_ja.html + -$(RM) version.c + -$(RM) config.h Makefile sweep: -$(RM) -f core *~ *.bak *.orig *.rej |