diff options
author | davidovski <david@davidovski.xyz> | 2022-02-13 11:33:59 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-13 11:33:59 +0000 |
commit | 4fe51b010d556805987e43f56df9c00ed0dc1242 (patch) | |
tree | 7bbacfb8bc342fec59b8092ef2e3d4384fc2b36d /Makefile | |
parent | e7608e7844da2d9c9ef096446e91870b2b3fcff2 (diff) |
added xichroot
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |