diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-10-02 03:59:21 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-10-02 03:59:21 +0200 |
| commit | 36c8d24c07ef3c6658f397fd156396f83b35ac27 (patch) | |
| tree | 1b3293264dca677a8d8e1ca44061aa7af191f839 /lib/liballoc/configure | |
| parent | eff49100e4fca394a23973abd5001a4fde15d6e8 (diff) | |
| download | tabular-master.tar.gz tabular-master.zip | |
Diffstat (limited to 'lib/liballoc/configure')
| -rwxr-xr-x | lib/liballoc/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/liballoc/configure b/lib/liballoc/configure new file mode 100755 index 0000000..16d5220 --- /dev/null +++ b/lib/liballoc/configure @@ -0,0 +1,5 @@ +#!/bin/sh + +set -ex + +tmpl "$@" build.rmk.tmpl > build.rmk |
