瀏覽代碼

Makefile: Include example/simple.zk in PROOFS.

Luther Blissett 4 年之前
父節點
當前提交
0fa8b27d99
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
Makefile

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