evm-tokenvote

Voting machine using ERC20 tokens as votes.
Log | Files | Refs | README

Makefile (156B)


      1 doc:
      2 	make -C doc/texinfo
      3 
      4 python:
      5 	make -C python
      6 
      7 readme:
      8 	make -C doc/texinfo readme
      9 	pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md