From d9f7a368a6e997106f17abdac247e682a3642f1c Mon Sep 17 00:00:00 2001 From: Michael C Tiernan Date: Sat, 14 Mar 2020 14:31:42 -0400 Subject: Modify make dist-clean target Added items that are left around by config/make process. Note: commit message edited by AlbrechtS. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3