diff options
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-x | mkdeps.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -8,12 +8,9 @@ varlist() { } 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` - printf '\n' find tests/js/*.js | sort | sed 's|^\(.*\)$|\1-t: \1|' |