Makefile: Include example/simple.zk in PROOFS.

This commit is contained in:
Luther Blissett
2022-08-29 23:30:20 +02:00
parent bc028798d9
commit 0fa8b27d99

View File

@@ -24,7 +24,8 @@ BINDEPS = \
# ZK proofs to compile with zkas
PROOFS = \
$(shell find bin/daod/proof -type f -name '*.zk') \
$(shell find proof -type f -name '*.zk')
$(shell find proof -type f -name '*.zk') \
example/simple.zk
PROOFS_BIN = $(PROOFS:=.bin)