소스 검색

Include the merklelib dependency in "make deps"

Ian Goldberg 4 년 전
부모
커밋
05fa5aa14d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -7,4 +7,4 @@ test:
 
 deps:
 	pip3 install pynacl
-
+	pip3 install merklelib