5
0
mirror of git://holbrook.no/erc20-demurrage-token synced 2025-01-13 04:27:32 +01:00
erc20-demurrage-token/Makefile

11 lines
207 B
Makefile
Raw Permalink Normal View History

2023-05-16 12:21:38 +02:00
all: python solidity doc
python:
make -C python
solidity:
make -C solidity
doc:
make -C doc/texinfo
readme:
make -C doc/texinfo readme
pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md