mirror of
https://github.com/status-im/status-go.git
synced 2025-02-11 06:16:43 +00:00
7 lines
179 B
Makefile
7 lines
179 B
Makefile
.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
|