summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--build.rmk.tmpl (renamed from build.jst.tmpl)4
-rwxr-xr-xconfigure2
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 9663351..4f9df7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/configure b/configure
index 9b3f0eb..f7f52e2 100755
--- a/configure
+++ b/configure
@@ -1,3 +1,3 @@
#!/bin/sh
-tmpl "$@" build.jst.tmpl > build.jst
+tmpl "$@" build.rmk.tmpl > build.rmk