Add cic package
This commit is contained in:
15
Makefile
15
Makefile
@@ -45,10 +45,15 @@ readme:
|
||||
pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md
|
||||
cp -v README.md python/README.md
|
||||
|
||||
python: outs
|
||||
mkdir -vp python/cic_contracts/data
|
||||
cp -v solidity/*.interface python/cic_contracts/data
|
||||
cp -v solidity/*.json python/cic_contracts/data
|
||||
make -C python
|
||||
python-contract: outs
|
||||
mkdir -vp python-contract-interfaces/cic_contracts/data
|
||||
cp -v solidity/*.interface python-contract-interfaces/cic_contracts/data
|
||||
cp -v solidity/*.json python-contract-interfaces/cic_contracts/data
|
||||
make -C python-contract-interfaces
|
||||
|
||||
python-cic: python
|
||||
python setup.py sdist
|
||||
|
||||
python: python-cic python-contract
|
||||
|
||||
.PHONY: clean install
|
||||
|
||||
Reference in New Issue
Block a user