diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-26 18:03:07 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-26 18:03:07 (GMT) |
commit | 649fc1d12d7be943b5ab964b9dac0670797d9057 (patch) | |
tree | e25e9fba4dc24d9f0a4174d79d2ebc896fa9e490 /Makefile | |
parent | c852c3b310bcc32bfe634816ad5f08c1f7379a98 (diff) | |
download | swift-649fc1d12d7be943b5ab964b9dac0670797d9057.zip swift-649fc1d12d7be943b5ab964b9dac0670797d9057.tar.bz2 |
Added a 'make install-swift' target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 {} \; |