diff options
Diffstat (limited to 'vendor/github.com/ethereum/ethash/Makefile')
-rw-r--r-- | vendor/github.com/ethereum/ethash/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/ethereum/ethash/Makefile b/vendor/github.com/ethereum/ethash/Makefile deleted file mode 100644 index 741d3b56d..000000000 --- a/vendor/github.com/ethereum/ethash/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -.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 |