mirror of
git://holbrook.no/erc20-demurrage-token
synced 2024-11-16 14:16:46 +01:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
all: pypi man
|
|
|
|
pypi:
|
|
python setup.py sdist
|
|
|
|
man:
|
|
mkdir -vp man/build
|
|
chainlib-man.py -b 0x3fafff -d man/build -n erc20-demurrage-token-publish -v man
|