Browse Source

Makefile: check sql in script/sql

ghassmo 4 years ago
parent
commit
947282debc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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