eth-owned

EIP-173 interface and tools for chainlib-eth
git clone git://holbrook.no/eth-owned.git
Log | Files | Refs

Makefile (151B)


      1 PACKAGE=eth_owned
      2 
      3 build:
      4 	python setup.py bdist_wheel
      5 
      6 .PHONY clean:
      7 	rm -rf build
      8 	rm -rf dist
      9 	rm -rf $(PACKAGE).egg-info
     10 
     11 .PHONY dist: clean build