summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e5c9c7c..efe1cac 100755
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ build: build-hbar
install-headers: src/*.h
install -m644 src/*.h ${DESTDIR}${PREFIX}/include
+install-chroot: src/xichroot
+ install -m755 src/xichroot ${DESTDIR}${PREFIX}/bin/
+
install-hbar: bin/hbar
install -m755 bin/hbar ${DESTDIR}${PREFIX}/bin