mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
Add example/simple.zk to zkas dependency targets.
This commit is contained in:
2
Makefile
2
Makefile
@@ -21,7 +21,7 @@ ZKASDEPS = \
|
||||
$(shell find bin/zkas/src -type f)
|
||||
|
||||
# ZK proofs to compile with zkas
|
||||
PROOFS_SRC = $(shell find proof -type f -name '*.zk')
|
||||
PROOFS_SRC = $(shell find proof -type f -name '*.zk') example/simple.zk
|
||||
PROOFS_BIN = $(PROOFS_SRC:=.bin)
|
||||
|
||||
# Common dependencies which should force the binaries to be rebuilt
|
||||
|
||||
Reference in New Issue
Block a user