Explorar o código

Add example/simple.zk to zkas dependency targets.

parazyd %!s(int64=3) %!d(string=hai) anos
pai
achega
7867f2eef0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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