From 1d0e96a92889c9f97f491dd5c08455ddf5cd37d1 Mon Sep 17 00:00:00 2001 From: Stephen Beitzel Date: Thu, 30 Nov 2017 15:57:24 -0800 Subject: [PATCH] Add 'cleanconfig' make target to remove all generated objects. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 11b932b..5be1a01 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,3 +71,6 @@ test: $(EXAMPLES) clean: rm -f *.o $(EXAMPLES) # *.obj + +cleanconfig: clean + rm -f config.h abcm2ps Makefile