summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f56cfbc..7a03078 100644
--- a/Makefile
+++ b/Makefile
@@ -50,11 +50,7 @@ include QA/Makefile.inc
all: $(TARGETS)
.PHONY: install
-install: install-dirs $(INSTALL_TARGETS)
-
-.PHONY: install-dirs
-install-dirs:
- install -d $(includedir) $(libdir)
+install: $(INSTALL_TARGETS)
.PHONY: coverage
coverage:
@@ -62,6 +58,7 @@ coverage:
.PHONY: clean
clean: clean-deps $(CLEAN_TARGETS)
+
-$(RM) $(CLEANFILES) *.gcov
-find . -name "*.gcda" -exec rm {} \;
-find . -name "*.gcno" -exec rm {} \;