diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-16 14:37:35 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-16 14:37:35 +0100 |
| commit | 85fdaf22994ead86a43b4880cb4875094612bd72 (patch) | |
| tree | d3a9d6f08939cd47ee944ad1d63085f3debbaa1c /scripts | |
| parent | 74f71c22d3da75a50c21e8c0a48fc4d9857c975d (diff) | |
Recompiling when included header files change
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/install_headers.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/install_headers.sh b/scripts/install_headers.sh new file mode 100755 index 0000000..213d9d5 --- /dev/null +++ b/scripts/install_headers.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +SYSROOT="/opt/aleksa" +SYSROOT_INCLUDE=$SYSROOT/usr/include/ + +rsync src/include/ "$SYSROOT_INCLUDE" -ru --delete |
