diff options
| author | Louis Burda <contact@sinitax.com> | 2025-06-19 04:25:02 +0200 |
|---|---|---|
| committer | Louis Burda <contact@sinitax.com> | 2025-06-19 04:25:02 +0200 |
| commit | b9ba53bee164b9c3eee85170a7f395809b61c84a (patch) | |
| tree | f3d6237b97ea78dd2460bd5ac21c3914e148b8a7 /lib/liballoc/build.rmk.tmpl | |
| parent | 0a75f8259b198a702ed9f06e843e7c189463cec7 (diff) | |
| download | libstrvec-c-b9ba53bee164b9c3eee85170a7f395809b61c84a.tar.gz libstrvec-c-b9ba53bee164b9c3eee85170a7f395809b61c84a.zip | |
Update libs to rmk
Diffstat (limited to 'lib/liballoc/build.rmk.tmpl')
| -rw-r--r-- | lib/liballoc/build.rmk.tmpl | 4 |
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 |
