mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
update single include from every directory
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [ "${MESON_SOURCE_ROOT}" != "" ]
|
||||
then
|
||||
cd ${MESON_SOURCE_ROOT}
|
||||
fi
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
SOURCE_ROOT=$(dirname "${DIR}")
|
||||
|
||||
echo "Move to Source Root: ${SOURCE_ROOT}"
|
||||
cd ${SOURCE_ROOT}
|
||||
|
||||
python3 amalgamate/amalgamate.py -c amalgamate/config.json -s include -v yes
|
||||
|
||||
Reference in New Issue
Block a user