mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Makefile: check sql in script/sql
This commit is contained in:
2
Makefile
2
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user