瀏覽代碼

Add example/simple.zk to zkas dependency targets.

parazyd 3 年之前
父節點
當前提交
7867f2eef0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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