quorum/vendor/github.com/ethereum/ethash/Makefile

7 lines
179 B
Makefile
Raw Normal View History

2015-03-14 08:42:05 -07:00
.PHONY: clean test
test:
./test/test.sh
clean:
2015-03-14 08:42:05 -07:00
rm -rf *.so pyethash.egg-info/ build/ test/python/python-virtual-env/ test/c/build/ pyethash.so test/python/*.pyc dist/ MANIFEST