zkas: Move toolchain into main library and the binary into bin/ namespace.

This commit is contained in:
parazyd
2022-01-25 11:40:31 +01:00
parent 36bfc6a6c0
commit 17f6638a03
25 changed files with 101 additions and 106 deletions

View File

@@ -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)