Makefile 89 B

12345678910
  1. all:
  2. echo "tbd"
  3. test:
  4. echo "tbd"
  5. deps:
  6. pip3 install pynacl
  7. pip3 install merklelib