Make 'distclean' Makefile target remove .config.h

This commit is contained in:
Kevin Easton
2016-08-02 23:46:55 +10:00
parent d9b522cd0b
commit dc17b059eb

View File

@@ -337,6 +337,7 @@ distclean: clean
-$(RM) script/.#* macros/.#* translation/.#*
-$(RM) doc/*~ doc/BitchX.bat *.spec
-$(RM) Makefile
-$(RM) .config.h
export: distclean
$(top_srcdir)/autogen.sh || :