diff options
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 |
