summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael C Tiernan <Michael.Tiernan+git@gMail.com>2020-03-14 14:31:42 -0400
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-03-16 16:41:25 +0100
commitd9f7a368a6e997106f17abdac247e682a3642f1c (patch)
treea778770601ad64df154f7026c4ad1f3c11824669 /Makefile
parent3d83633fc6e663fd6d165ab3e6ffadb0978c5798 (diff)
Modify make dist-clean target
Added items that are left around by config/make process. Note: commit message edited by AlbrechtS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 720c269af..cfd97b46d 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \