From 4fdb96e287695811096e540d3dad5c4f0382a82b Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sat, 21 Jun 2025 21:22:28 +0200 Subject: Update liballoc --- lib/liballoc/build.rmk.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/liballoc/build.rmk.tmpl') 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 -- cgit v1.2.3-71-gd317