From 4fe51b010d556805987e43f56df9c00ed0dc1242 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 13 Feb 2022 11:33:59 +0000 Subject: added xichroot --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1