summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \