mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
zkas: Move toolchain into main library and the binary into bin/ namespace.
This commit is contained in:
3
Makefile
3
Makefile
@@ -7,14 +7,13 @@ PREFIX = /usr/local
|
||||
CARGO = cargo
|
||||
|
||||
# Binaries to be built
|
||||
BINS = drk darkfid gatewayd
|
||||
BINS = drk darkfid gatewayd zkas
|
||||
|
||||
# Common dependencies which should force the binaries to be rebuilt
|
||||
BINDEPS = \
|
||||
Cargo.toml \
|
||||
$(shell find bin/*/src -type f) \
|
||||
$(shell find bin -type f -name '*.toml') \
|
||||
$(shell find zkas -type f) \
|
||||
$(shell find src -type f) \
|
||||
$(shell find sql -type f) \
|
||||
$(shell find contrib/token -type f)
|
||||
|
||||
Reference in New Issue
Block a user