Parcourir la source

Makefile: Include example/simple.zk in PROOFS.

Luther Blissett il y a 4 ans
Parent
commit
0fa8b27d99
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      Makefile

+ 2 - 1
Makefile

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