summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2014-03-03 20:31:26 -0500
committerJames McCoy <jamessan@debian.org>2014-03-03 20:31:26 -0500
commitd0abb8096815dae3089131023edc589af20ac447 (patch)
treede3c1bfba34cc94ccfae0e0cf5c8ceda2b67445d
parent230ade864b048285d97fc1a52a39aaa5530e0ea2 (diff)
Remove INCFILES in the clean target
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 29d00e7..a0da5db 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ clean:
$(LIBTOOL) --mode=clean rm -f $(OBJECTS)
$(LIBTOOL) --mode=clean rm -f t/harness.lo t/harness
$(LIBTOOL) --mode=clean rm -f $(LIBRARY) $(BINFILES)
+ rm -f $(INCFILES)
.PHONY: install
install: install-inc install-lib install-bin