diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | build.rmk.tmpl (renamed from build.jst.tmpl) | 4 | ||||
| -rwxr-xr-x | configure | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ compile_commands.json build -build.jst +build.rmk .cache vgcore* test diff --git a/build.jst.tmpl b/build.rmk.tmpl index 09ce46e..1fd2a8f 100644 --- a/build.jst.tmpl +++ b/build.rmk.tmpl @@ -47,7 +47,7 @@ command clean rm -rf build command cleanall - just clean + rmk clean command install install -m755 build/liblist.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" @@ -60,5 +60,5 @@ command uninstall rm -f "#{DESTDIR}#{PREFIX}#{INCLDIR}/list.h" command all - just build/liblist.a build/liblist.so build/test + rmk build/liblist.a build/liblist.so build/test @@ -1,3 +1,3 @@ #!/bin/sh -tmpl "$@" build.jst.tmpl > build.jst +tmpl "$@" build.rmk.tmpl > build.rmk |
