erc20-demurrage-token

ERC20 token with redistributed continual demurrage
Log | Files | Refs | README

Makefile (207B)


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