diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-10-02 00:02:52 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-10-02 00:02:52 +0200 |
| commit | 13a743e3196f51ea34f2991c3d9cc1e45807537a (patch) | |
| tree | cb56c64c536f5df59333734f2dbb51a8fc3c7df4 | |
| parent | fbebd71c0ee05f98a54ae7df7065985f58f3ebf6 (diff) | |
| download | liblist-c-master.tar.gz liblist-c-master.zip | |
| -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 |
