diff options
author | EuAndreh <eu@euandre.org> | 2023-11-27 09:06:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-27 09:10:20 -0300 |
commit | da4d8a7b62ca33c58c1f37dfdcb8294abefc8afa (patch) | |
tree | c2c359ab841a830c4f2095ee5949b14f0bbd76e2 /mkdeps.sh | |
parent | Makefile: Also recompile `src/napi-sqlite.lo` when Makefile changes (diff) | |
download | papod-da4d8a7b62ca33c58c1f37dfdcb8294abefc8afa.tar.gz papod-da4d8a7b62ca33c58c1f37dfdcb8294abefc8afa.tar.xz |
Makefile: Include SQL migration files as installable artifacts
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-x | mkdeps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ export LANG=POSIX.UTF-8 find src/*.c -not -name napi-sqlite.c | sort | varlist 'sources.c' find src/*.js -not -name index.js | sort | varlist 'sources.js' find tests/js/*.js | sort | varlist 'tests.js' +find src/sql/migrations/*.sql | sort | varlist 'sources.sql' sh tools/cdeps.sh `find src/*.c -not -name napi-sqlite.c | sort` |