summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-13 11:33:59 +0000
committerdavidovski <david@davidovski.xyz>2022-02-13 11:33:59 +0000
commit4fe51b010d556805987e43f56df9c00ed0dc1242 (patch)
tree7bbacfb8bc342fec59b8092ef2e3d4384fc2b36d /Makefile
parente7608e7844da2d9c9ef096446e91870b2b3fcff2 (diff)
added xichroot
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