diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-05-29 14:27:10 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-05-29 14:27:10 +0200 |
| commit | b9d452cb79b00278188b8ba229ac77915038340a (patch) | |
| tree | c8a1b09b5a75bba22483a92f58aa42a71f724522 /configure | |
| parent | a53bb631112fc7ad0553bd5ac86dbfacb0d378e0 (diff) | |
| download | libstrvec-c-b9d452cb79b00278188b8ba229ac77915038340a.tar.gz libstrvec-c-b9d452cb79b00278188b8ba229ac77915038340a.zip | |
Template build.jst for debug configuration
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure new file mode 100755 index 0000000..a45d01f --- /dev/null +++ b/configure @@ -0,0 +1,8 @@ +#!/bin/sh + +tmpl "$@" build.jst.tmpl > build.jst +for lib in ./lib/*; do + pushd $lib + ./configure + popd +done |
