summaryrefslogtreecommitdiffstats
path: root/build.rmk.tmpl
diff options
context:
space:
mode:
authorLouis Burda <contact@sinitax.com>2025-06-19 02:56:03 +0200
committerLouis Burda <contact@sinitax.com>2025-06-19 02:56:03 +0200
commit58d22d92829a0b774604c80f46195d0aa8a8aa99 (patch)
tree07dedbce1e1b502d29771e7475428f00504e510d /build.rmk.tmpl
parentfd51196ac2d1bf1c34c8578146ef1bc66c1c8ec4 (diff)
downloadliballoc-c-master.tar.gz
liballoc-c-master.zip
Use rmk in targetsHEADmaster
Diffstat (limited to 'build.rmk.tmpl')
-rw-r--r--build.rmk.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.rmk.tmpl b/build.rmk.tmpl
index 410749d..32a2bc8 100644
--- a/build.rmk.tmpl
+++ b/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