Modify make dist-clean target

Added items that are left around by config/make process.

Note: commit message edited by AlbrechtS.
This commit is contained in:
Michael C Tiernan 2020-03-14 14:31:42 -04:00 committed by Albrecht Schlosser
parent 3d83633fc6
commit d9f7a368a6

View File

@ -80,6 +80,10 @@ distclean: clean
$(RM) test/`basename $$file .fl`.cxx; \
$(RM) test/`basename $$file .fl`.h; \
done
$(RM) -rf autom4te.cache/
$(RM) config.guess
$(RM) config.sub
$(RM) configure
fltk-config: configure configh.in fltk-config.in
if test -f config.status; then \