Add example/simple.zk to zkas dependency targets.

This commit is contained in:
parazyd
2023-01-05 19:13:15 +01:00
parent 4443e2808c
commit 7867f2eef0

View File

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