summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 877eb06..0b4212b 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,8 @@ build: libbe/_version.py
.PHONY: install
install: doc build
python setup.py install ${INSTALL_OPTIONS}
- cp -v xml/* ${PREFIX}/bin
+ cp -v interfaces/xml/* ${PREFIX}/bin
+ cp -v interfaces/email/catmutt ${PREFIX}/bin
.PHONY: clean