diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-10-02 03:56:19 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-10-02 03:58:38 +0200 |
| commit | 897ff51fdb9bccb90415d1bcd54541640dba4465 (patch) | |
| tree | 79e1605d790d54ffe619cfd7791f13507a744217 /build.rmk.tmpl | |
| parent | 23df461346fac31009f48ab577c3ad0c837b5f7d (diff) | |
| download | libtabular-c-master.tar.gz libtabular-c-master.zip | |
Diffstat (limited to 'build.rmk.tmpl')
| -rw-r--r-- | build.rmk.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.rmk.tmpl b/build.rmk.tmpl index 5aef253..5f874ed 100644 --- a/build.rmk.tmpl +++ b/build.rmk.tmpl @@ -36,7 +36,7 @@ target build mkdir target lib/liballoc/build/liballoc.a - just lib/liballoc + rmk lib/liballoc target build/libtabular.a liba src/tabular.c src/util.c lib/liballoc/build/liballoc.a @@ -53,8 +53,8 @@ command clean rm -rf build command cleanall - just clean - just -C lib/liballoc cleanall + rmk clean + rmk -C lib/liballoc cleanall command install install -m644 include/tabular.h -t "#{DESTDIR}#{PREFIX}#{INCLDIR}" @@ -67,4 +67,4 @@ command uninstall rm -f "#{DESTDIR}#{PREFIX}#{LIBDIR}/libtabular.so" command all - just build/libtabular.a build/libtabular.so build/test + rmk build/libtabular.a build/libtabular.so build/test |
