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