diff options
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` |