summaryrefslogtreecommitdiffstats
path: root/lib/liballoc/build.rmk.tmpl
diff options
context:
space:
mode:
authorLouis Burda <contact@sinitax.com>2025-06-19 03:08:36 +0200
committerLouis Burda <contact@sinitax.com>2025-06-19 03:08:36 +0200
commitef008e83233fe17f5ab2369da843d9e47a9cf857 (patch)
tree4da9a6c2befaf8bfa8ac355e1ff35a2fee2bfc13 /lib/liballoc/build.rmk.tmpl
parente7389d24861f4119b1d987d26e5883d67681efbb (diff)
downloadlibdvec-c-master.tar.gz
libdvec-c-master.zip
Update liballocHEADmaster
Diffstat (limited to 'lib/liballoc/build.rmk.tmpl')
-rw-r--r--lib/liballoc/build.rmk.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/liballoc/build.rmk.tmpl b/lib/liballoc/build.rmk.tmpl
index 410749d..32a2bc8 100644
--- a/lib/liballoc/build.rmk.tmpl
+++ b/lib/liballoc/build.rmk.tmpl
@@ -43,7 +43,7 @@ command clean
rm -rf build
command cleanall
- just clean
+ rmk clean
command install
install -m755 build/liballoc.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}"
@@ -56,5 +56,5 @@ command uninstall
rm -f "#{DESTDIR}#{PREFIX}#{INCLDIR}/allocator.h"
command all
- just build/liballoc.a build/liballoc.so build/test
+ rmk build/liballoc.a build/liballoc.so build/test