summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-26 18:03:07 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-26 18:03:07 (GMT)
commit649fc1d12d7be943b5ab964b9dac0670797d9057 (patch)
treee25e9fba4dc24d9f0a4174d79d2ebc896fa9e490 /Makefile
parentc852c3b310bcc32bfe634816ad5f08c1f7379a98 (diff)
downloadswift-649fc1d12d7be943b5ab964b9dac0670797d9057.zip
swift-649fc1d12d7be943b5ab964b9dac0670797d9057.tar.bz2
Added a 'make install-swift' target.
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 {} \;