aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ethereum/ethash/Makefile
blob: 741d3b56dcc76ca80c070b878ad555c243f6ea86 (plain) (blame)
1
2
3
4
5
6
.PHONY: clean test
test:
    ./test/test.sh

clean:
    rm -rf *.so pyethash.egg-info/ build/ test/python/python-virtual-env/ test/c/build/ pyethash.so test/python/*.pyc dist/ MANIFEST