Makefile: check sql in script/sql

This commit is contained in:
ghassmo
2022-03-09 17:43:45 +04:00
parent eb2342d424
commit 947282debc

View File

@@ -15,7 +15,7 @@ BINDEPS = \
$(shell find bin/*/src -type f) \
$(shell find bin -type f -name '*.toml') \
$(shell find src -type f) \
$(shell find sql -type f) \
$(shell find script/sql -type f) \
$(shell find contrib/token -type f)
all: $(BINS)